use h1
[banana.git] / article.php
index d20c0a1..e638459 100644 (file)
@@ -52,9 +52,9 @@ if (!$post) {
 $ndx = $spool->getndx($id);
 
 ?>
-<div class="<?php echo $css['title']?>">
+<h1>
   <?php echo $locale['article']['message'];?>
-</div>
+</h1>
 
 <?php
 if (isset($_GET['type']) && ($_GET['type']=='cancel') && (checkcancel($post->headers))) {