diff --git a/apps/routerconsole/java/src/net/i2p/router/web/StatsGenerator.java b/apps/routerconsole/java/src/net/i2p/router/web/StatsGenerator.java
index 2228f6078..9ac1ae542 100644
--- a/apps/routerconsole/java/src/net/i2p/router/web/StatsGenerator.java
+++ b/apps/routerconsole/java/src/net/i2p/router/web/StatsGenerator.java
@@ -88,7 +88,7 @@ public class StatsGenerator {
out.write(buf.toString());
buf.setLength(0);
}
- out.write("
");
+ out.write("
\n");
}
out.flush();
}
@@ -124,9 +124,9 @@ public class StatsGenerator {
buf.append(" using the lifetime of ");
buf.append(curFreq.getEventCount());
buf.append(" events)");
- buf.append("
");
+ buf.append("
\n");
}
- buf.append("
");
+ buf.append("
\n");
}
private void renderRate(String name, StringBuilder buf) {
@@ -138,7 +138,7 @@ public class StatsGenerator {
buf.append("
");
}
if (rate.getLifetimeEventCount() <= 0) {
- buf.append("No lifetime events
");
+ buf.append("No lifetime events
\n");
return;
}
long now = _context.clock().now();
@@ -210,7 +210,7 @@ public class StatsGenerator {
buf.append("&format=xml\" title=\"Dump stat history as XML\">XML");
buf.append(" in a format RRDTool understands)");
}
- buf.append("");
+ buf.append("\n");
}
// Display the strict average
buf.append("