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

This commit is contained in:
Will Rossiter 2010-08-05 23:24:04 +00:00
parent 1d6cde42a8
commit 6224fbe3b9
1 changed files with 1 additions and 1 deletions

View File

@ -35,5 +35,5 @@
</div>
<% end_if %>
<% end_if %>
<p class="noSubmissions" <% if Submissions %>style="display: none"<% end_if %>"><% _t('NOSUBMISSIONS', 'No Submissions') %></p>
<p class="noSubmissions" <% if Submissions %>style="display: none"<% end_if %>><% _t('NOSUBMISSIONS', 'No Submissions') %></p>
</div>