Skip to content

Commit

Permalink
slight template change
Browse files Browse the repository at this point in the history
  • Loading branch information
paulej72 committed Jun 19, 2015
1 parent 8241a66 commit 2284b25
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugins/Submit/templates/mergeSub;submit;default
Expand Up @@ -16,11 +16,11 @@ __template__
[% fullsubtext = ""; os = ""; count = 1;
FOREACH submission = submissions;
PROCESS formatSub;
fullsubtext = fullsubtext _ "\n\n<h4>" _ submission.subj _ "</h4>\n\n" _ subtext;
os = os _ "<a href='" _ gSkin.rootdir _ "/submit.pl?op=viewsub&subid=" _ submission.subid _"'>Original Submission #" _ count _ "</a> ";
fullsubtext = fullsubtext _ "\n\n<h4>" _ submission.subj | strip_title _ "</h4>\n\n" _ subtext;
os = os _ "<a href='" _ gSkin.rootdir _ "/submit.pl?op=viewsub&subid=" _ submission.subid _"'>Original Submission #" _ count _ "</a>\n";
count = count + 1;
END;
fullsubtext = fullsubtext _ "\n\n<hr /><p><small>" _ os _ "</small></p>";
fullsubtext = fullsubtext _ "\n\n<hr><p><small>" _ os _ "</small></p>";
fullsubtext %]

__seclev__
Expand Down

0 comments on commit 2284b25

Please sign in to comment.