Add missing semicolon
This commit is contained in:
parent
8ce541068c
commit
5fdd286d48
@ -213,7 +213,7 @@ if (isset($my_tables)) {
|
||||
$my_link = '<a href="tbl_tracking.php?' . $url_query
|
||||
. '&table=' . htmlspecialchars($tablename) .'">';
|
||||
$my_link .= $common_functions->getIcon('eye.png', __('Track table'));
|
||||
$my_link .= '</a>'
|
||||
$my_link .= '</a>';
|
||||
?>
|
||||
<tr class="noclick <?php echo $style;?>">
|
||||
<td><?php echo htmlspecialchars($tablename);?></td>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user