[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
rb.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=3836
Make the div name a lot less mysterious.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
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 --------------------------------------------------------------------------------
no subject