From 20853fc59e43fafe67986d219d2c5307dccd2e24 Mon Sep 17 00:00:00 2001 From: albert-github Date: Thu, 19 Dec 2019 16:19:42 +0100 Subject: Tests 31 for XHTML output When running test 31 for XHTML output, we get the error: ``` not ok 1 - [031_image.dox]: test the \image command ------------------------------------- .../testing/test_output_031/html/index.xhtml:107: parser error : EntityRef: expecting ';' "image/svg+xml" data="https://img.shields.io/badge/docs-Doxygen-blue.svg?foo&bar ``` For the SVG output the `src` was not properly converted (see also the other formats a few lines lower). --- src/htmldocvisitor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/htmldocvisitor.cpp b/src/htmldocvisitor.cpp index 3dec509..e1466da 100644 --- a/src/htmldocvisitor.cpp +++ b/src/htmldocvisitor.cpp @@ -1725,7 +1725,7 @@ void HtmlDocVisitor::visitPre(DocImage *img) } if (typeSVG) { - m_t << "