fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2011-08-25 04:18 am

[dw-free] hello-world div ID

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

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

Make the div name a lot less mysterious.

Patch by [personal profile] rb.

Files modified:
  • cgi-bin/LJ/PageStats.pm
--------------------------------------------------------------------------------
diff -r 679e98966004 -r 61302c5ab73b cgi-bin/LJ/PageStats.pm
--- a/cgi-bin/LJ/PageStats.pm	Thu Aug 25 12:15:30 2011 +0800
+++ b/cgi-bin/LJ/PageStats.pm	Thu Aug 25 12:18:43 2011 +0800
@@ -55,7 +55,7 @@
     }
 
     # return nothing
-    return "<div id='hello-world' style='text-align: left; font-size:0; line-height:0; height:0; overflow:hidden;'>$output</div>";
+    return "<div id='statistics' style='text-align: left; font-size:0; line-height:0; height:0; overflow:hidden;'>$output</div>";
 }
 
 # render JS output that goes into the <head> tags
--------------------------------------------------------------------------------
yvi: Kaylee half-smiling, looking very pretty (Default)

[personal profile] yvi 2011-08-27 08:34 pm (UTC)(link)
I still can't believe there was an almost top-level div called "hello-world" in there. I mean... what?