From 6224fbe3b9996612d9cb5ec73050f1e978a39d8f Mon Sep 17 00:00:00 2001 From: Will Rossiter Date: Thu, 5 Aug 2010 23:24:04 +0000 Subject: [PATCH] BUGFIX: removed extra quote marks which IE7/8 were tripping out on #5908. MINOR ran javascript through jslint and tidied up a couple of warnings --- templates/SubmittedFormReportField.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/SubmittedFormReportField.ss b/templates/SubmittedFormReportField.ss index 6f5f269..20a1dc1 100644 --- a/templates/SubmittedFormReportField.ss +++ b/templates/SubmittedFormReportField.ss @@ -35,5 +35,5 @@ <% end_if %> <% end_if %> -

style="display: none"<% end_if %>"><% _t('NOSUBMISSIONS', 'No Submissions') %>

+

style="display: none"<% end_if %>><% _t('NOSUBMISSIONS', 'No Submissions') %>

\ No newline at end of file