del: inline css styles from helma debug lines
This commit is contained in:
parent
6e5d2061fa
commit
00762cf495
1 changed files with 1 additions and 2 deletions
|
@ -377,8 +377,7 @@ public final class ResponseTrans extends Writer implements Serializable {
|
|||
|
||||
String str = (message == null) ? "null" : message.toString();
|
||||
|
||||
debugBuffer.append("<div class=\"helma-debug-line\" style=\"background: yellow; ");
|
||||
debugBuffer.append("color: black; border-top: 1px solid black;\">");
|
||||
debugBuffer.append("<div class=\"helma-debug-line\">");
|
||||
debugBuffer.append(str);
|
||||
debugBuffer.append("</div>");
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue