From 7017adf11fe546c3767067fbcc0308907269d11f Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Mon, 24 Sep 2012 14:19:09 -0400 Subject: [PATCH] XHTML compliance fixes. --- themes/blueprint/templates/install/fixdatabase.phtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/blueprint/templates/install/fixdatabase.phtml b/themes/blueprint/templates/install/fixdatabase.phtml index 556971866c0..cdc029190fc 100644 --- a/themes/blueprint/templates/install/fixdatabase.phtml +++ b/themes/blueprint/templates/install/fixdatabase.phtml @@ -11,7 +11,7 @@ <p>To create a new database for VuFind, please fill in this form:</p> -<form method="post"> +<form action="" method="post"> <table> <tbody> <tr><td>New database name: </td><td><input type="text" name="dbname" value="<?=$this->escapeHtml($this->dbname)?>"/></td></tr> @@ -22,7 +22,7 @@ <tr><td>MySQL Root User: </td><td><input type="text" name="dbrootuser" value="<?=$this->escapeHtml($this->dbrootuser)?>"/></td></tr> <tr><td>MySQL Root Password: </td><td><input type="password" name="dbrootpass" value=""/></td></tr> <tr><td width="50%"></td><td><input type="submit" name="submit" value="<?=$this->transEsc('Submit') ?>" /></td></tr> - <tr><td>If you don't have the credentials or you wish to print the SQL out :</td><td>Click here to <input type="submit" name="printsql" value="Skip"> credentials.</td></tr> + <tr><td>If you don't have the credentials or you wish to print the SQL out :</td><td>Click here to <input type="submit" name="printsql" value="Skip" /> credentials.</td></tr> </tbody> </table> -- GitLab