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 12:35 am

[dw-free] Tropo: CSS-style support/highscores.bml

[commit: http://hg.dwscoalition.org/dw-free/rev/ae1539071c7f]

http://bugs.dwscoalition.org/show_bug.cgi?id=606

Add id to the highscores table, for the next commit which styles it.

Patch by [personal profile] snakeling.

Files modified:
  • htdocs/support/highscores.bml
--------------------------------------------------------------------------------
diff -r aa9fef675f21 -r ae1539071c7f htdocs/support/highscores.bml
--- a/htdocs/support/highscores.bml	Mon May 18 00:31:50 2009 +0000
+++ b/htdocs/support/highscores.bml	Mon May 18 00:35:43 2009 +0000
@@ -64,7 +64,7 @@ body<=
  my $ret; 
  
  $ret .= $navbar;
- $ret .= "<table>";
+ $ret .= "<table id='support-highscores'>";
  my $count = 0;
  foreach (@rows)
  {
--------------------------------------------------------------------------------