Removed stray end tag
This commit is contained in:
parent
ac53fe52de
commit
91fea63319
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ class ImageViewCounter extends Extension {
|
|||
$event->add_part(
|
||||
"<tr><th>Views:</th><td>".
|
||||
$this->get_view_count($event->image->id) .
|
||||
"</th></tr>", 38);
|
||||
"</tr>", 38);
|
||||
}
|
||||
|
||||
# Installs DB table
|
||||
|
|
Reference in a new issue