Fix typo
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
This commit is contained in:
parent
9a40624d17
commit
5a885ab643
@ -13,7 +13,7 @@
|
||||
<?php echo $details['Support'] == 'NO' || $details['Support'] == 'DISABLED' ? ' disabled' : ''; ?>
|
||||
<?php echo $details['Support'] == 'DEFAULT' ? ' marked' : ''; ?>">
|
||||
<td>
|
||||
<a rel="newpage" href="server_engines.php'<?php echo PMA_URL_getCommon(array('engine' => $engine)); ?>">
|
||||
<a rel="newpage" href="server_engines.php<?php echo PMA_URL_getCommon(array('engine' => $engine)); ?>">
|
||||
<?php echo htmlspecialchars($details['Engine']); ?>
|
||||
</a>
|
||||
</td>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user