Removed stray end tag
This commit is contained in:
parent
ac53fe52de
commit
91fea63319
@ -37,7 +37,7 @@ class ImageViewCounter extends Extension {
|
|||||||
$event->add_part(
|
$event->add_part(
|
||||||
"<tr><th>Views:</th><td>".
|
"<tr><th>Views:</th><td>".
|
||||||
$this->get_view_count($event->image->id) .
|
$this->get_view_count($event->image->id) .
|
||||||
"</th></tr>", 38);
|
"</tr>", 38);
|
||||||
}
|
}
|
||||||
|
|
||||||
# Installs DB table
|
# Installs DB table
|
||||||
|
Loading…
x
Reference in New Issue
Block a user