Removed spurious </a> after <img> tag
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15732 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2026,7 +2026,7 @@ bool HTMLOnArgument(int macroId, int arg_no, bool start)
|
||||
{
|
||||
TexOutput("<img src=\"");
|
||||
TexOutput(ConvertCase(wxFileNameFromPath(inlineFilename)));
|
||||
TexOutput("\""); TexOutput(alignment); TexOutput("></A>");
|
||||
TexOutput("\""); TexOutput(alignment); TexOutput(">");
|
||||
delete[] inlineFilename;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user