From 51b3451da4c928647efbeb404ac7cc89a38a09d4 Mon Sep 17 00:00:00 2001 From: Luke Dixon <6b8b4567@gmail.com> Date: Tue, 8 Feb 2011 20:15:21 +0000 Subject: Fix for bugs 32759 and 32755 on freedesktop bugzilla Signed-off-by: Michael Meeks --- starmath/source/visitors.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'starmath') diff --git a/starmath/source/visitors.cxx b/starmath/source/visitors.cxx index dc5dd3834f21..7b7dafe7196f 100644 --- a/starmath/source/visitors.cxx +++ b/starmath/source/visitors.cxx @@ -2131,7 +2131,7 @@ void SmNodeToTextVisitor::Visit( SmTableNode* pNode ) LineToText( it.Current( ) ); if( it.Next( ) ) { Separate( ); - Append( "## " ); + Append( "# " ); }else break; } @@ -2447,7 +2447,6 @@ void SmNodeToTextVisitor::Visit( SmTextNode* pNode ) void SmNodeToTextVisitor::Visit( SmSpecialNode* pNode ) { - Append( "%" ); Append( pNode->GetToken( ).aText ); } -- cgit v1.2.3