From 24bec5f2422a9d8619f695749c38a05e6fa60e9b Mon Sep 17 00:00:00 2001 From: cslocum Date: Thu, 26 Dec 2013 17:51:24 +0000 Subject: make etc links green git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@1151 d34015c8-bcbb-4646-8ac8-8ba5febf221d --- scripts/steuermann_report.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/steuermann_report.cgi') diff --git a/scripts/steuermann_report.cgi b/scripts/steuermann_report.cgi index f7eb456..1ea9fc6 100644 --- a/scripts/steuermann_report.cgi +++ b/scripts/steuermann_report.cgi @@ -195,7 +195,7 @@ elif action == 'runs' : if run.startswith('daily_20'): print "%s"%(cginame, run, run) elif run.startswith('etc_hst_daily') or run.startswith('etc_jwst_daily'): - print "%s"%(cginame, run, run) + print "%s"%(cginame, run, run) else: print "%s"%(cginame, run, run) print "" -- cgit