No need to have HTML in the image thumb title. Derp.
This commit is contained in:
parent
2d041d468f
commit
393a9e60df
@ -563,7 +563,7 @@ class Image {
|
||||
$tmpl = str_replace('$filesize', to_shorthand_int($this->filesize), $tmpl);
|
||||
$tmpl = str_replace('$filename', $_escape($base_fname), $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
|
||||
if(!SPEED_HAX) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user