]> git.joonet.de Git - adminer.git/commitdiff
Spaces
authorjakubvrana <jakubvrana@7c3ca157-0c34-0410-bff1-cbf682f78f5c>
Tue, 27 Oct 2009 15:22:53 +0000 (15:22 +0000)
committerjakubvrana <jakubvrana@7c3ca157-0c34-0410-bff1-cbf682f78f5c>
Tue, 27 Oct 2009 15:22:53 +0000 (15:22 +0000)
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@1216 7c3ca157-0c34-0410-bff1-cbf682f78f5c

adminer/create.inc.php

index 49ae7f92fcf0929d82c0cb3c289c3330be634784..93238896c01adaba880233a5e24e207e30e9fbff 100644 (file)
@@ -155,8 +155,8 @@ foreach ($engines as $engine) {
 <p>
 <?php echo lang('Table name'); ?>: <input name="name" maxlength="64" value="<?php echo h($row["name"]); ?>">
 <?php echo ($engines ? html_select("Engine", array("" => "(" . lang('engine') . ")") + $engines, $row["Engine"]) : ""); ?>
-<?php echo html_select("Collation", array("" => "(" . lang('collation') . ")") + $collations, $row["Collation"]); ?>
-<input type="submit" value="<?php echo lang('Save'); ?>">
+ <?php echo html_select("Collation", array("" => "(" . lang('collation') . ")") + $collations, $row["Collation"]); ?>
+ <input type="submit" value="<?php echo lang('Save'); ?>">
 </p>
 <table cellspacing="0" id="edit-fields">
 <?php $column_comments = edit_fields($row["fields"], $collations, "TABLE", $suhosin, $foreign_keys); ?>