[ljcom] r6280: LJSUP-2205

May 14, 2008 19:51


Committer: janineLJSUP-2205

Fix indentation problem with screened comments in Expressive.

U trunk/bin/upgrading/s2layers/voxhtml/layout.s2

Modified: trunk/bin/upgrading/s2layers/voxhtml/layout.s2
===================================================================
--- trunk/bin/upgrading/s2layers/voxhtml/layout.s2 2008-05-12 17:15:04 UTC (rev 6279)
+++ trunk/bin/upgrading/s2layers/voxhtml/layout.s2 2008-05-14 19:51:04 UTC (rev 6280)
@@ -2168,7 +2168,7 @@
var string screenbarc = "";
var string borderwidth = "";
if ($e.screened) {
- $screenbarc = "style=\"border-width: 3px; border-style: dashed\"";
+ $screenbarc = " border-width: 3px; border-style: dashed;";
}
var string indent = ($e.depth - 1) * 25 + "px";
var string id = $e.dom_id ? " id=\"$e.dom_id\"" : "";
@@ -2211,7 +2211,7 @@
}

"""
-

+

""";

Previous post Next post
Up