From 851bea0725bc74bc7d4321b51a91e70a445dee7d Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Tue, 25 Mar 2014 08:03:12 +0000 Subject: [PATCH] One more _self-targetting form --- .../application/views/scripts/show/components/comments.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/monitoring/application/views/scripts/show/components/comments.phtml b/modules/monitoring/application/views/scripts/show/components/comments.phtml index 73701c36c..3bf27d2cb 100644 --- a/modules/monitoring/application/views/scripts/show/components/comments.phtml +++ b/modules/monitoring/application/views/scripts/show/components/comments.phtml @@ -29,7 +29,7 @@ foreach ($object->comments as $comment) { ); $list[] = sprintf( - '%s (%s)%s (%s) %s', + '%s (%s)%s (%s) %s', $this->escape($comment->author), $this->timeSince($comment->timestamp), $iconForm,