Skip to content

Commit

Permalink
Fix missing quote in delete rating freemarker template.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpotts committed Sep 29, 2020
1 parent 591865b commit 081385a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<html>
<body>
<p>Successfully deleted ratings for node: ${args.id}</p>
<p><a href="${url.serviceContext}/someco/rating.html?id=${args.id}>Back to Ratings</a></p>
<p><a href="${url.serviceContext}/someco/rating.html?id=${args.id}">Back to Ratings</a></p>
</body>
</html>

0 comments on commit 081385a

Please sign in to comment.