]> git.saurik.com Git - wxWidgets.git/commitdiff
Corrected missing angled bracket
authorJulian Smart <julian@anthemion.co.uk>
Mon, 20 Feb 2012 17:57:56 +0000 (17:57 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Mon, 20 Feb 2012 17:57:56 +0000 (17:57 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70631 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/richtext/richtextxml.cpp

index adc89322c32bec4a2e6424a3dfdac147bab0f544..83fb313b2eb878c311dee22caaac8c815427e32f 100644 (file)
@@ -1266,7 +1266,7 @@ bool wxRichTextXMLHandler::WriteProperties(wxOutputStream& stream, const wxRichT
         level ++;
 
         OutputIndentation(stream, level);
-        OutputString(stream, wxT("<properties"));
+        OutputString(stream, wxT("<properties>"));
 
         level ++;