From 4c9e92d623f0f8f9ce63f83b91e1ba0a3d526fbd Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Fri, 28 Jan 2011 06:38:49 +0100 Subject: [PATCH] Add easily identifiable link class. --- src/main/resources/templates/notify/newPostNotification.html | 2 +- src/main/resources/templates/notify/newReplyNotification.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/templates/notify/newPostNotification.html b/src/main/resources/templates/notify/newPostNotification.html index e5d7792..177b470 100644 --- a/src/main/resources/templates/notify/newPostNotification.html +++ b/src/main/resources/templates/notify/newPostNotification.html @@ -12,6 +12,6 @@ <%= Notification.NewPost.Text|l10n|html> <%foreach posts post> - <% post.sone.niceName|html><%notlast>,<%/notlast><%last>.<%/last> + <% post.sone.niceName|html><%notlast>,<%/notlast><%last>.<%/last> <%/foreach> diff --git a/src/main/resources/templates/notify/newReplyNotification.html b/src/main/resources/templates/notify/newReplyNotification.html index 2a194f2..21a5ca0 100644 --- a/src/main/resources/templates/notify/newReplyNotification.html +++ b/src/main/resources/templates/notify/newReplyNotification.html @@ -12,6 +12,6 @@ <%= Notification.NewReply.Text|l10n|html> <%foreach replies reply> - <% reply.sone.niceName|html><%notlast>,<%/notlast><%last>.<%/last> + <% reply.sone.niceName|html><%notlast>,<%/notlast><%last>.<%/last> <%/foreach> -- 2.7.4