mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
Mark Smith ([staff profile] mark) wrote in [site community profile] changelog2009-05-18 01:32 am

[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 [staff profile] mark.

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 } 
--------------------------------------------------------------------------------
branchandroot: oak against sky (Default)

[personal profile] branchandroot 2009-05-18 01:36 am (UTC)(link)
Ack. *headdesk*
branchandroot: oak against sky (Default)

[personal profile] branchandroot 2009-05-18 01:47 am (UTC)(link)
*laughing* Yep! I'm just annoyed with myself because I caught the single-double switch on the other page.

*pins on 'I broke the site!' badge*
denise: Image: Me, facing away from camera, on top of the Castel Sant'Angelo in Rome (Default)

[staff profile] denise 2009-05-18 02:15 am (UTC)(link)
When we get vgifts, we should totally have an "I broke shit!" vgift to send out. :)

(Don't feel bad, we've all had some doozies.)