[bugzilla-gnome-org-extensions] Fixing missing closing quote



commit a687e29b1367ce1ea365ef9818cba7d9fd3fe602
Author: Owen W. Taylor <otaylor fishsoup net>
Date:   Wed Sep 16 21:41:11 2009 -0400

    Fixing missing closing quote
    
    Missing closing quote on an attribute of the the previous element
    was keeping errors from showing up.

 web/index.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/web/index.html b/web/index.html
index da8faee..1d154ff 100644
--- a/web/index.html
+++ b/web/index.html
@@ -23,7 +23,7 @@
        <span id="attachmentDate"></span>
       </div>
     </div>
-    <div id="note" style="display: none;></div>
+    <div id="note" style="display: none;"></div>
     <div id="error" style="display: none;"> </div>
     <div id="loading">Loading....</div>
     <div id="enterBug" style="display: none;">


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