Morten Brix Pedersen 23 лет назад
Родитель
Сommit
5f6dcc857a
2 измененных файлов с 3 добавлено и 1 удалено
  1. 2 0
      docs/Changelog
  2. 1 1
      modules/Pisg/HTMLGenerator.pm

+ 2 - 0
docs/Changelog

@@ -1,5 +1,7 @@
 pisg (x.xx)
    * Be in-casesensitive on charsets.
+   * Fix serious bug which caused garbled output i "Latest topics" and other
+     places with URLs.
 
 pisg (0.45) - Wed Feb, 5th 2003
    * Fix 3 small gramattical errors in english language. (thanks Cheetah)

+ 1 - 1
modules/Pisg/HTMLGenerator.pm

@@ -228,7 +228,7 @@ sub _htmlfooter
     $hash{pisg_url} = "<a href=\"http://pisg.sourceforge.net/\" title=\"$pisg_hp\" class=\"background\">pisg</a>";
 
     my $author_hp = $self->_template_text('authorhomepage');
-    $hash{author_url} = "<a href=\"http://wtf.dk/hp/\" title=\"$author_hp\" class=\"background\">Morten Brix Pedersen</a>";
+    $hash{author_url} = "<a href=\"http://mbrix.dk/\" title=\"$author_hp\" class=\"background\">Morten Brix Pedersen</a>";
 
     $hash{version} = $self->{cfg}->{version};