[dw-free] Tables need classes/ids
[commit: http://hg.dwscoalition.org/dw-free/rev/c08d35a7a630]
http://bugs.dwscoalition.org/show_bug.cgi?id=1224
Fix invalid Perl breaking the advanced layers page.
Patch by
mark.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=1224
Fix invalid Perl breaking the advanced layers page.
Patch by
Files modified:
- htdocs/customize/advanced/layers.bml
--------------------------------------------------------------------------------
diff -r 62a5a71da77a -r c08d35a7a630 htdocs/customize/advanced/layers.bml
--- a/htdocs/customize/advanced/layers.bml Mon May 18 01:01:58 2009 +0000
+++ b/htdocs/customize/advanced/layers.bml Mon May 18 01:32:54 2009 +0000
@@ -174,7 +174,7 @@
# show list of layers
$body .= "<?h1 $ML{'.yourlayers.header'} h1?>\n";
if (%$ulay) {
- $body .= "<table id="table_yourlayers" style='margin-bottom: 10px' cellpadding='3' border='1'>\n";
+ $body .= "<table id='table_yourlayers' style='margin-bottom: 10px' cellpadding='3' border='1'>\n";
$body .= "<tr><td><b>$ML{'.yourlayers.table.layerid'}</b></td><td><b>$ML{'.yourlayers.table.type'}</b></td><td><b>$ML{'.yourlayers.table.name'}</b></td><td><b>$ML{'.yourlayers.table.actions'}</b></td></tr>\n";
my $lastbase = 0;
foreach my $lid (sort { $ulay->{$a}->{'b2lid'} <=> $ulay->{$b}->{'b2lid'} || $a <=> $b }
--------------------------------------------------------------------------------

no subject
no subject
Thank you! :)
no subject
*pins on 'I broke the site!' badge*
no subject
(Don't feel bad, we've all had some doozies.)