Corrected missing angled bracket
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70631 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1266,7 +1266,7 @@ bool wxRichTextXMLHandler::WriteProperties(wxOutputStream& stream, const wxRichT
|
||||
level ++;
|
||||
|
||||
OutputIndentation(stream, level);
|
||||
OutputString(stream, wxT("<properties"));
|
||||
OutputString(stream, wxT("<properties>"));
|
||||
|
||||
level ++;
|
||||
|
||||
|
Reference in New Issue
Block a user