Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
This commit is contained in:
Madhura Jayaratne 2015-12-08 10:32:13 +11:00
parent 9a40624d17
commit 5a885ab643

View File

@ -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>