mirror of
https://github.com/vrana/adminer.git
synced 2026-06-25 03:11:26 +02:00
Remove useless table attributes (thanks to Juraj Krivda)
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@595 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
@@ -68,7 +68,7 @@ function add_row(field) {
|
||||
<input type="hidden" name="change-js" value="" />
|
||||
</p>
|
||||
<noscript><p><input type="submit" name="change" value="<?php echo lang('Change'); ?>" /></p></noscript>
|
||||
<table border="0" cellspacing="0" cellpadding="2">
|
||||
<table cellspacing="0">
|
||||
<thead><tr><th><?php echo lang('Source'); ?></th><th><?php echo lang('Target'); ?></th></tr></thead>
|
||||
<?php
|
||||
$j = 0;
|
||||
|
||||
Reference in New Issue
Block a user