Просмотр исходного кода

fixed title to use h1 html tags

James Wade 14 лет назад
Родитель
Сommit
aa8761a53d
1 измененных файлов с 1 добавлено и 2 удалено
  1. 1 2
      modules/Pisg/HTMLGenerator.pm

+ 1 - 2
modules/Pisg/HTMLGenerator.pm

@@ -252,8 +252,7 @@ $CSS
 <div align="center">
 HTML
     }
-    _html("<span class=\"title\">$title</span><br />");
-    _html("<br />");
+    _html("<h1 class=\"title\">$title</h1>");
     _html($self->_template_text('pagetitle2', %hash) . " " . $self->get_time());
 
     _html("<br />" . $self->_template_text('pagetitle3', %hash) . "<br /><br />");