Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
  • Loading branch information
madhuracj committed Dec 7, 2015
1 parent 9a40624 commit 5a885ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/server/engines/engines.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 5a885ab

Please sign in to comment.