From c96faefdae4b3b73dc6f02e244373ab17a117a6f Mon Sep 17 00:00:00 2001 From: Guillaume Munch Date: Thu, 8 Dec 2016 17:21:19 +0100 Subject: [PATCH] Validate html Qt html is based on html 4.

is in fact optional, but

is mandatory around . --- src/Converter.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Converter.cpp b/src/Converter.cpp index e596b3d3c6..1027af65bb 100644 --- a/src/Converter.cpp +++ b/src/Converter.cpp @@ -285,8 +285,8 @@ bool Converters::checkAuth(Converter const & conv, string const & doc_fname) return true; const docstring security_warning = bformat( _("

The requested operation requires the use of a converter from " - "%2$s to %3$s:" - "

%1$s
" + "%2$s to %3$s:

" + "

%1$s

" "

This external program can execute arbitrary commands on your " "system, including dangerous ones, if instructed to do so by a " "maliciously crafted .lyx document.

"),