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