Cosmetic tweaks and under the radar flag sabotage.

This commit is contained in:
z3d
2009-07-15 23:57:28 +00:00
parent ab349a5303
commit ab66dfcb65
3 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ public class LogsHelper extends HelperBase {
public String getLogs() {
String str = formatMessages(_context.logManager().getBuffer().getMostRecentMessages());
return "Location: " + _context.logManager().currentFile() + "<br />" + str;
return "Location: <code>" + _context.logManager().currentFile() + "</code><br /><br />" + str;
}
public String getCriticalLogs() {