Author: abelevich
Date: 2008-12-04 08:08:40 -0500 (Thu, 04 Dec 2008)
New Revision: 11544
Modified:
trunk/ui/editor/src/main/antlr/html-seamtext.g
Log:
https://jira.jboss.org/jira/browse/RF-5108
Modified: trunk/ui/editor/src/main/antlr/html-seamtext.g
===================================================================
--- trunk/ui/editor/src/main/antlr/html-seamtext.g 2008-12-04 12:55:58 UTC (rev 11543)
+++ trunk/ui/editor/src/main/antlr/html-seamtext.g 2008-12-04 13:08:40 UTC (rev 11544)
@@ -456,7 +456,7 @@
| gt:ESCAPED_GT {append(escapeSeamText(gt, preformatted));}
| amp:ESCAPED_AMP {append(escapeSeamText(amp, preformatted));}
| qout:ESCAPED_QOUT {append(escapeSeamText(qout, preformatted));}
- | nbsp:ESCAPED_NBSP {append(nbsp.getText());}
+ | nbsp:ESCAPED_NBSP {append(" ");}
;
eof: EOF;