Fix unquoted array key

This commit is contained in:
Xkeeper 2018-01-24 19:20:40 -08:00
parent 3f73b3abd4
commit 8409619ada

View File

@ -162,7 +162,7 @@
$tccellhs colspan=7>Forum announcements</td> $tccellhs colspan=7>Forum announcements</td>
</tr><tr> </tr><tr>
$tccell2>&nbsp;</td> $tccell2>&nbsp;</td>
$tccell1l colspan=6><a href=announcement.php?f=$id>$annc[title]</a> -- Posted by {$userlink} on ".date($dateformat,$annc[date]+$tzoff)."</td> $tccell1l colspan=6><a href=announcement.php?f=$id>$annc[title]</a> -- Posted by {$userlink} on ".date($dateformat,$annc['date']+$tzoff)."</td>
</tr>"; </tr>";
} }
} }