From fa2c5492fbc10fcbd9e2eb41888d3ef735202051 Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Mon, 24 Sep 2012 14:22:23 -0400
Subject: [PATCH] Fixed CSS typos and XHTML compliance.

---
 themes/blueprint/templates/upgrade/getdbcredentials.phtml | 2 +-
 themes/blueprint/templates/upgrade/showsql.phtml          | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/themes/blueprint/templates/upgrade/getdbcredentials.phtml b/themes/blueprint/templates/upgrade/getdbcredentials.phtml
index e0851b2f33c..549e92ae558 100644
--- a/themes/blueprint/templates/upgrade/getdbcredentials.phtml
+++ b/themes/blueprint/templates/upgrade/getdbcredentials.phtml
@@ -19,5 +19,5 @@ with permission to alter and create tables.</p>
       <tr><td></td><td><input type="submit" name="submit" value="<?=$this->transEsc('Submit') ?>" /></td></tr>
     </tbody>
   </table>
-  If you don't have the credentials or you wish to print the SQL out : Click here to <input type="submit" name="printsql" value="Skip"> credentials.
+  If you don't have the credentials or you wish to print the SQL out : Click here to <input type="submit" name="printsql" value="Skip" /> credentials.
 </form>
\ No newline at end of file
diff --git a/themes/blueprint/templates/upgrade/showsql.phtml b/themes/blueprint/templates/upgrade/showsql.phtml
index e6ca398d20d..ee27370e887 100644
--- a/themes/blueprint/templates/upgrade/showsql.phtml
+++ b/themes/blueprint/templates/upgrade/showsql.phtml
@@ -7,8 +7,8 @@
 
     // Set up styles:
     $this->headstyle()->appendStyle(
-        "pre {\n"
-        . "  white-space:pre-line; width:90%; overflow-y:visible; padding:8px; margin:1em 2em; background:#EEE; border:1px dashed #CCC;\n"
+        ".pre {\n"
+        . "  white-space:pre-wrap; width:90%; overflow-y:visible; padding:8px; margin:1em 2em; background:#EEE; border:1px dashed #CCC;\n"
         . "}\n"
     );
 ?>
-- 
GitLab