]> git.joonet.de Git - adminer.git/commitdiff
Comment
authorJakub Vrana <jakub@vrana.cz>
Mon, 31 Jan 2011 10:02:00 +0000 (11:02 +0100)
committerJakub Vrana <jakub@vrana.cz>
Mon, 31 Jan 2011 10:02:00 +0000 (11:02 +0100)
adminer/include/editing.inc.php

index b5ee145fb4891b3522a11cc0e4770a705afb3a5f..32658ebf958e7a618863b83c0125dc080159176e 100644 (file)
@@ -231,7 +231,8 @@ function edit_fields($fields, $collations, $type = "TABLE", $allowed = 0, $forei
 <?php } ?>
 <td><?php echo "<input type='image' name='add[" . (support("move_col") ? 0 : count($fields)) . "]' src='../adminer/static/plus.gif' alt='+' title='" . lang('Add next') . "'>"; ?><script type="text/javascript">row_count = <?php echo count($fields); ?>;</script>
 </thead>
-<tbody onkeydown="return editingKeydown(event);"><?php // no newline for JavaScript
+<tbody onkeydown="return editingKeydown(event);">
+<?php
        foreach ($fields as $i => $field) {
                $i++;
                $orig = $field[($_POST ? "orig" : "field")];