Added cutoff functionality for tutorial queries
diff --git a/templates/match.html.ep b/templates/match.html.ep
index 19d459a..447ad32 100644
--- a/templates/match.html.ep
+++ b/templates/match.html.ep
@@ -13,7 +13,7 @@
% if ($match->{title}) {
<strong><%= $match->{title} %></strong>
% };
- <%= $match->{author} ? ' by ' . $match->{author} : '' %><% if ($match->{title} || $match->{author}) %>;<% } %>
+ <%= $match->{author} ? ' by ' . $match->{author} : '' %><% if ($match->{title} || $match->{author}) { %>;<% } %>
published on <%= date_format $match->{pubDate} %>
as <%= $match->{docID} %> (<%= $match->{corpusID} %>)
</p>