--- a/src/webpage.cpp +++ b/src/webpage.cpp @@ -226,23 +226,26 @@ doc += QL1S( "

" ); doc += i18n( "Details of the Request:" ); doc += QL1S( "

" ); doc += i18n( "Description:" ); doc += QL1S( "

" ); - doc += description; + doc += Qt::escape( description ); doc += QL1S( "

" ); if ( causes.count() ) {