Attempt at using HTML5 microdata

This commit is contained in:
Savetheinternet 2011-11-16 20:41:16 +11:00
parent 3733162e0a
commit 0ba885d9c1
3 changed files with 20 additions and 14 deletions

View file

@ -777,7 +777,7 @@
while($th = $query->fetch()) {
if(!$mod && $config['cache']['enabled']) {
if($built = cache::get("thread_index_{$board['uri']}_{$th['id']}")) {
$body .= '<div id="thread_' . $th['id'] . '">' . $built . '</div>';
$body .= $built;
continue;
}
}