mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 11:16:55 +00:00
Validate html
Qt html is based on html 4. </p> is in fact optional, but <p> is mandatory around <tt>.
This commit is contained in:
parent
a7b993143e
commit
c96faefdae
@ -285,8 +285,8 @@ bool Converters::checkAuth(Converter const & conv, string const & doc_fname)
|
||||
return true;
|
||||
const docstring security_warning = bformat(
|
||||
_("<p>The requested operation requires the use of a converter from "
|
||||
"%2$s to %3$s:"
|
||||
"<blockquote><tt>%1$s</tt></blockquote>"
|
||||
"%2$s to %3$s:</p>"
|
||||
"<blockquote><p><tt>%1$s</tt></p></blockquote>"
|
||||
"<p>This external program can execute arbitrary commands on your "
|
||||
"system, including dangerous ones, if instructed to do so by a "
|
||||
"maliciously crafted .lyx document.</p>"),
|
||||
|
Loading…
Reference in New Issue
Block a user