del: inline css styles from helma debug lines
This commit is contained in:
parent
1054413a10
commit
7185214a5d
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();
|
String str = (message == null) ? "null" : message.toString();
|
||||||
|
|
||||||
debugBuffer.append("<div class=\"helma-debug-line\" style=\"background: yellow; ");
|
debugBuffer.append("<div class=\"helma-debug-line\">");
|
||||||
debugBuffer.append("color: black; border-top: 1px solid black;\">");
|
|
||||||
debugBuffer.append(str);
|
debugBuffer.append(str);
|
||||||
debugBuffer.append("</div>");
|
debugBuffer.append("</div>");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue