From 5c36df9c1fdbed48fa29e8a2c200b4b01e20fc64 Mon Sep 17 00:00:00 2001
From: Brian Moe <branson@gravity.phys.uwm.edu>
Date: Wed, 5 Aug 2015 08:48:48 -0500
Subject: [PATCH] Space around dots in query help frag.

---
 templates/gracedb/query_help_frag.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/templates/gracedb/query_help_frag.html b/templates/gracedb/query_help_frag.html
index 3a7ed5ad7..21a1226e3 100644
--- a/templates/gracedb/query_help_frag.html
+++ b/templates/gracedb/query_help_frag.html
@@ -18,9 +18,9 @@
   Integers will be assumed to be GPS times, making the <code>gpstime:</code>
   keyword optional.
   <ul>
-     <li><code>899999000..999999999</code></li>
+     <li><code>899999000 .. 999999999</code></li>
      <li><code>gpstime: 999999999</code></li>
-     <li><code>gpstime: 899999000..999999999</code></li>
+     <li><code>gpstime: 899999000 .. 999999999</code></li>
   </ul>
 
  <h4>By Creation Time</h4>
@@ -41,7 +41,7 @@
   The <code>gid:</code> keyword is optional.
   <ul>
    <li>gid: G2011</li>
-   <li>G2011..G3000</li>
+   <li>G2011 .. G3000</li>
    <li>G2011 G2032 G2033</li>
   </ul>
 
-- 
GitLab