From 252b0b6f20a6d5eb08489fa37f407db13d95b630 Mon Sep 17 00:00:00 2001 From: Jonah Kanner <jonah.kanner@ligo.org> Date: Thu, 23 May 2019 12:41:36 -0500 Subject: [PATCH] format header --- gracedb/templates/superevents/public.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gracedb/templates/superevents/public.html b/gracedb/templates/superevents/public.html index 813c3d2b1..484a3d6ff 100644 --- a/gracedb/templates/superevents/public.html +++ b/gracedb/templates/superevents/public.html @@ -10,7 +10,7 @@ <link rel="stylesheet" type="text/css" href="{% static "tablesaw/dist/tablesaw.css" %}" /> <script language="javascript" type="text/javascript" src="{% static "tablesaw/dist/tablesaw.js" %}"></script> <script language="javascript" type="text/javascript" src="{% static "tablesaw/dist/tablesaw-init.js" %}"></script> -<script src="//filamentgroup.github.io/demo-head/loadfont.js"></script> +<!-- <script src="//filamentgroup.github.io/demo-head/loadfont.js"></script> --> <!-- Styles for dgrid --> <!-- <link rel="stylesheet" href="{% static "dgrid/css/dgrid.css" %}" /> --> @@ -52,7 +52,7 @@ <th scope="col" data-tablesaw-sortable-col data-tablesaw-priority="2">Date</th> <th scope="col" data-tablesaw-col data-tablesaw-priority="3">GCN</th> <th scope="col" data-tablesaw-col data-tablesaw-priority="4">Location</th> - <th scope="col" data-tablesaw-sortable-col data-tablesaw-priority="5">Ω Scan</th> + <th scope="col" data-tablesaw-sortable-col data-tablesaw-priority="5">Ω<br/>Scan</th> <th scope="col" data-tablesaw-sortable-col data-tablesaw-priority="5">End Time GPS</th> <th scope="col" data-tablesaw-sortable-col data-tablesaw-priority="5">Comments</th> -- GitLab