From fa417589d89b59b0141937e7e2d8cb8cf6d9628a Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Fri, 15 Oct 2010 03:41:20 +0000 Subject: [PATCH] MINOR Removed trailing slash in BackURL, fixed error message sentence structure in PageCommentInterface.ss (fixes #5520) (from r106694) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@112582 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- templates/PageCommentInterface.ss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/templates/PageCommentInterface.ss b/templates/PageCommentInterface.ss index 377f346c..483acc20 100755 --- a/templates/PageCommentInterface.ss +++ b/templates/PageCommentInterface.ss @@ -5,9 +5,8 @@ <% if CanPostComment %> $PostCommentForm <% else %> -

<% _t('COMMENTLOGINERROR', 'You cannot post comments until you have logged in') %>, - <% if PostingRequiresPermission %><% _t('COMMENTPERMISSIONERROR', 'and that you have an appropriate permission level') %><% end_if %>. - <% _t('COMMENTPOSTLOGIN', 'Login Here') %>. +

<% _t('COMMENTLOGINERROR', 'You cannot post comments until you have logged in') %><% if PostingRequiresPermission %>,<% _t('COMMENTPERMISSIONERROR', 'and that you have an appropriate permission level') %><% end_if %>. + <% _t('COMMENTPOSTLOGIN', 'Login Here') %>.

<% end_if %> <% else %>