📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 00:20:24
📂
/
/
opt
/
cpanel
/
ea-ruby27
/
root
/
usr
/
share
/
passenger
/
templates
/
error_renderer
/
with_details
/
src
✏️
Editing: ProblemDescriptionView.jsx
/** @jsx h */ import { Component, h } from 'preact'; class ProblemDescriptionView extends Component { render() { return ( <div className="problem-description"> <div dangerouslySetInnerHTML={{ __html: this.props.spec.error.problem_description_html }} /> </div> ); } } export default ProblemDescriptionView;
💾 Save Changes
❌ Cancel