Skip to content

Commit 081385a

Browse files
committed
Fix missing quote in delete rating freemarker template.
1 parent 591865b commit 081385a

File tree

1 file changed

+1
-1
lines changed
  • webscripts/webscripts-tutorial/webscripts-tutorial-platform/src/main/resources/alfresco/extension/templates/webscripts/com/someco/ratings

1 file changed

+1
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<html>
22
<body>
33
<p>Successfully deleted ratings for node: ${args.id}</p>
4-
<p><a href="${url.serviceContext}/someco/rating.html?id=${args.id}>Back to Ratings</a></p>
4+
<p><a href="${url.serviceContext}/someco/rating.html?id=${args.id}">Back to Ratings</a></p>
55
</body>
66
</html>

0 commit comments

Comments
 (0)