Merge branch 'db-purge' of repo.wisemapping.org:wisemapping/wiseorg into db-purge

Conflicts:
	wise-webapp/src/test/resources/data/freemind/richtextnode.mmr
This commit is contained in:
Paulo Gustavo Veiga 2012-11-01 21:43:27 -03:00
commit ef88ee06de
6 changed files with 46 additions and 46 deletions

View File

@ -202,7 +202,7 @@ public class FreemindExporter
final StringBuilder htmlContent = new StringBuilder("<html><head></head><body>");
for (String line : text.split("\n")) {
htmlContent.append("<p>").append(line).append("</p>");
htmlContent.append("<p>").append(line.trim()).append("</p>");
}
htmlContent.append("</body></html>");

View File

@ -6,7 +6,7 @@
<head/>
<body>
<p>Here is somefonts&#160;</p>
<p> </p>
<p/>
<p>Add color changes ...</p>
<p>Add some bullets: Different Bullets</p>
<p>And all aligned !!!!s</p>