Changeset 206

Show
Ignore:
Timestamp:
13/02/07 13:58:32 (2 years ago)
Author:
dez
Message:

Fixes HTML error - <th></td>

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • admin.lib.php

    r205 r206  
    586586                                $internalR = $BlogDB->GetRow("SELECT subject, body from entries where shortsubject = '".$r['shortsubject']."' and user_id = ".$this->id." limit 1;"); 
    587587                                echo "\t<tr>\n"; 
    588                                 echo "\t\t<th colspan=\"4\"><a href=\"{$this->blogPath}entry/{$r['shortsubject']}\">{$internalR['subject']}</a></td>\n"; 
     588                                echo "\t\t<th colspan=\"4\"><a href=\"{$this->blogPath}entry/{$r['shortsubject']}\">{$internalR['subject']}</a></th>\n"; 
    589589                                echo "\t</tr>\n"; 
    590590                                echo "\t<tr>\n";