[foundation-web] Escape the quotes and add the closing ;



commit 8f8b88335f0f17c8bfcd77622fbb77cfd0d5605a
Author: Andrea Veri <av gnome org>
Date:   Mon May 26 18:44:19 2014 +0200

    Escape the quotes and add the closing ;

 foundation.gnome.org/vote/include/step2-choose.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/foundation.gnome.org/vote/include/step2-choose.php 
b/foundation.gnome.org/vote/include/step2-choose.php
index 6adfb69..5a514fe 100644
--- a/foundation.gnome.org/vote/include/step2-choose.php
+++ b/foundation.gnome.org/vote/include/step2-choose.php
@@ -6,7 +6,7 @@ function step2_do () {
   global $vote;
   global $votes_array;
 
-  $result = "<div id='content'>"
+  $result = "<div id=\"content\">\n";
 
   $result .= "<h2>Step 2/4 - Choose your vote</h2>\n";
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]