/hg/icedtea-web: Separate XHTML fix due to revision 884
gitne at icedtea.classpath.org
gitne at icedtea.classpath.org
Fri Jan 31 00:35:43 PST 2014
changeset 9f89ce715abc in /hg/icedtea-web
details: http://icedtea.classpath.org/hg/icedtea-web?cmd=changeset;node=9f89ce715abc
author: Jacob Wisor <gitne at gmx.de>
date: Fri Jan 31 09:33:44 2014 +0100
Separate XHTML fix due to revision 884
diffstat:
ChangeLog | 5 +++++
netx/net/sourceforge/jnlp/util/logging/ConsoleOutputPaneModel.java | 2 +-
2 files changed, 6 insertions(+), 1 deletions(-)
diffs (24 lines):
diff -r 07e06846b07a -r 9f89ce715abc ChangeLog
--- a/ChangeLog Fri Jan 31 08:11:43 2014 +0100
+++ b/ChangeLog Fri Jan 31 09:33:44 2014 +0100
@@ -1,3 +1,8 @@
+2014-01-31 Jacob Wisor <gitne at gmx.de>
+
+ * netx/net/sourceforge/jnlp/util/logging/ConsoleOutputPaneModel.java:
+ (importList) Separate XHTML fix due to revision 884
+
2014-01-30 Jacob Wisor <gitne at gmx.de>
* Javadoc, XHTML conformance, and formatting cleanup
diff -r 07e06846b07a -r 9f89ce715abc netx/net/sourceforge/jnlp/util/logging/ConsoleOutputPaneModel.java
--- a/netx/net/sourceforge/jnlp/util/logging/ConsoleOutputPaneModel.java Fri Jan 31 08:11:43 2014 +0100
+++ b/netx/net/sourceforge/jnlp/util/logging/ConsoleOutputPaneModel.java Fri Jan 31 09:33:44 2014 +0100
@@ -188,7 +188,7 @@
}
String line = (createLine(messageWithHeader));
if (mark) {
- line = line.replaceAll("\n", "<br>\n");
+ line = line.replaceAll("\n", "<br/>\n");
line = line.replaceAll(" ", " ");//small trick, html is reducting row of spaces to single space. This handles it and stimm allow line wrap
line = line.replaceAll("\t", " ");
}
More information about the distro-pkg-dev
mailing list