No need to have HTML in the image thumb title. Derp.

This commit is contained in:
jgen 2013-10-03 21:17:15 -04:00
parent 2d041d468f
commit 393a9e60df

View File

@ -563,7 +563,7 @@ class Image {
$tmpl = str_replace('$filesize', to_shorthand_int($this->filesize), $tmpl); $tmpl = str_replace('$filesize', to_shorthand_int($this->filesize), $tmpl);
$tmpl = str_replace('$filename', $_escape($base_fname), $tmpl); $tmpl = str_replace('$filename', $_escape($base_fname), $tmpl);
$tmpl = str_replace('$title', $_escape($config->get_string("title")), $tmpl); $tmpl = str_replace('$title', $_escape($config->get_string("title")), $tmpl);
$tmpl = str_replace('$date', $_escape(autodate($this->posted)), $tmpl); $tmpl = str_replace('$date', $_escape(autodate($this->posted), false), $tmpl);
// nothing seems to use this, sending the event out to 50 exts is a lot of overhead // nothing seems to use this, sending the event out to 50 exts is a lot of overhead
if(!SPEED_HAX) { if(!SPEED_HAX) {