[jhbuild] Add missing ';' to css styles



commit 87ae11d5087df9a759654f18790ec447e87353f8
Author: Craig Keogh <cskeogh adam com au>
Date:   Tue Jul 26 19:23:15 2011 +0930

    Add missing ';' to css styles

 jhbuild/frontends/tinderbox.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/jhbuild/frontends/tinderbox.py b/jhbuild/frontends/tinderbox.py
index 3718cb9..6f25fc3 100644
--- a/jhbuild/frontends/tinderbox.py
+++ b/jhbuild/frontends/tinderbox.py
@@ -105,7 +105,7 @@ buildlog_header = '''<html>
         color: red;
       }
       .note {
-        background-color: #FFFF66
+        background-color: #FFFF66;
       }
     </style>
   </head>



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