mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2025-02-18 05:48:14 +01:00
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:
commit
ef88ee06de
@ -202,7 +202,7 @@ public class FreemindExporter
|
|||||||
|
|
||||||
final StringBuilder htmlContent = new StringBuilder("<html><head></head><body>");
|
final StringBuilder htmlContent = new StringBuilder("<html><head></head><body>");
|
||||||
for (String line : text.split("\n")) {
|
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>");
|
htmlContent.append("</body></html>");
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
<head/>
|
<head/>
|
||||||
<body>
|
<body>
|
||||||
<p>Here is somefonts </p>
|
<p>Here is somefonts </p>
|
||||||
<p> </p>
|
<p/>
|
||||||
<p>Add color changes ...</p>
|
<p>Add color changes ...</p>
|
||||||
<p>Add some bullets: Different Bullets</p>
|
<p>Add some bullets: Different Bullets</p>
|
||||||
<p>And all aligned !!!!s</p>
|
<p>And all aligned !!!!s</p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user