Kaydet (Commit) 257406d5 authored tarafından Kay Schenk's avatar Kay Schenk

#i126652# [Autodoc] Numeric character reference should ends with a semicolon

Patch by: hanya
üst 334f0282
...@@ -163,16 +163,16 @@ Write_Bases( csi::xml::Element & o_out, ...@@ -163,16 +163,16 @@ Write_Bases( csi::xml::Element & o_out,
for (uintt i = 0; i < io_setColumns.size(); ++i) for (uintt i = 0; i < io_setColumns.size(); ++i)
{ {
if (io_setColumns[i] == 1) if (io_setColumns[i] == 1)
o_out << new csi::xml::XmlCode("&#x2503"); o_out << new csi::xml::XmlCode("&#x2503;");
else else
o_out << " "; o_out << " ";
o_out << " "; o_out << " ";
} }
if (bThereComesMore) if (bThereComesMore)
o_out << new csi::xml::XmlCode("&#x2523"); o_out << new csi::xml::XmlCode("&#x2523;");
else else
o_out << new csi::xml::XmlCode("&#x2517"); o_out << new csi::xml::XmlCode("&#x2517;");
o_out << " "; o_out << " ";
HF_IdlTypeText HF_IdlTypeText
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment