We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 591865b commit 081385aCopy full SHA for 081385a
webscripts/webscripts-tutorial/webscripts-tutorial-platform/src/main/resources/alfresco/extension/templates/webscripts/com/someco/ratings/rating.delete.html.ftl
@@ -1,6 +1,6 @@
1
<html>
2
<body>
3
<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>
+<p><a href="${url.serviceContext}/someco/rating.html?id=${args.id}">Back to Ratings</a></p>
5
</body>
6
</html>
0 commit comments