Skip to content

Commit 8cd959f

Browse files
committed
Fix
1 parent 93c0688 commit 8cd959f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/mail/html/page-approved.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</p>
2121

2222
<p>
23-
<a th:href="${websiteFullUrl}/ + ${page.id}" th:text="${websiteFullUrl}/ + ${page.id}"></a>
23+
<a th:href="${websiteFullUrl} + '/' + ${page.id}" th:text="${websiteFullUrl} + '/' + ${page.id}"></a>
2424
</p>
2525

2626
<p>

0 commit comments

Comments
 (0)