Width only 98%

git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@195 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
jakubvrana 2007-07-16 14:11:53 +00:00
parent f2cfe8c68d
commit e4d5bbd1fb

View file

@ -22,7 +22,7 @@ if ($_POST) {
?>
<form action="" method="post">
<p><textarea name="select" rows="10" cols="80" style="width: 100%;"><?php echo htmlspecialchars($row["select"]); ?></textarea></p>
<p><textarea name="select" rows="10" cols="80" style="width: 98%;"><?php echo htmlspecialchars($row["select"]); ?></textarea></p>
<p>
<input type="hidden" name="token" value="<?php echo $token; ?>" />
<?php echo lang('Name'); ?>: <input name="name" value="<?php echo htmlspecialchars($row["name"]); ?>" maxlength="64" />