/[irc-logger]/trunk/bin/irc-logger.pl
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/bin/irc-logger.pl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 137 by dpavlin, Mon May 19 11:12:49 2008 UTC revision 139 by dpavlin, Sat Jun 7 13:10:15 2008 UTC
# Line 1415  sub html { Line 1415  sub html {
1415          }          }
1416    
1417    my $html = qq{<div id="htmltagcloud">};    my $html = qq{<div id="htmltagcloud">};
1418    foreach my $tag (@tags) {    foreach my $tag ( sort { lc($a->{name}) cmp lc($b->{name}) } @tags) {
1419      $html .=  sprintf(qq{<span class="tag tagcloud%d"><a href="%s" title="%s">%s</a></span>\n},      $html .=  sprintf(qq{<span class="tag tagcloud%d"><a href="%s" title="%s">%s</a></span>\n},
1420                  $tag->{level}, $tag->{url}, $tag->{count}, $tag->{name}                  $tag->{level}, $tag->{url}, $tag->{count}, $tag->{name}
1421          );          );

Legend:
Removed from v.137  
changed lines
  Added in v.139

  ViewVC Help
Powered by ViewVC 1.1.26