]> git.joonet.de Git - adminer.git/commitdiff
Fix image in compiled version
authorJakub Vrana <jakub@vrana.cz>
Tue, 20 Feb 2018 15:31:31 +0000 (16:31 +0100)
committerJakub Vrana <jakub@vrana.cz>
Tue, 20 Feb 2018 15:35:34 +0000 (16:35 +0100)
adminer/indexes.inc.php

index 7c44f7bdaf99a2c02f546f1e665a4d589b5dbb79..3477404c1827c8a8172595dbddd8fccd1c80dea8 100644 (file)
@@ -99,7 +99,7 @@ if (!$row) {
 <th id="label-type"><?php echo lang('Index Type'); ?>
 <th><input type="submit" class="wayoff"><?php echo lang('Column (length)'); ?>
 <th id="label-name"><?php echo lang('Name'); ?>
-<th><noscript><input type='image' class='icon' name='add[0]' src='../adminer/static/plus.gif' alt='+' title='<?php echo lang('Add next'); ?>'></noscript>
+<th><noscript><?php echo "<input type='image' class='icon' name='add[0]' src='../adminer/static/plus.gif' alt='+' title='" . lang('Add next') . "'>"; ?></noscript>
 </thead>
 <?php
 if ($primary) {