From bcb0ceec0de79816f176f12d9c36c8789f9526a5 Mon Sep 17 00:00:00 2001
From: Brian Moe <brian.moe@ligo.org>
Date: Mon, 6 Feb 2012 13:50:16 -0600
Subject: [PATCH] Flaw in ul attr "style"

---
 templates/gracedb/query_help_frag.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/gracedb/query_help_frag.html b/templates/gracedb/query_help_frag.html
index 4f981d9e0..6109d846f 100644
--- a/templates/gracedb/query_help_frag.html
+++ b/templates/gracedb/query_help_frag.html
@@ -4,7 +4,7 @@
   Specifiy an exact GPS time, or a range.
   Integers will be assumed to be GPS times, making the <code>gpstime:</code>
   keyword optional.
-  <ul style="blank">
+  <ul>
      <li><code>899999000..999999999</code></li>
      <li><code>gpstime: 999999999</code></li>
      <li><code>gpstime: 899999000..999999999</code></li>
-- 
GitLab