From a7135bad62b83445f298d6fcdfe5814e163b3193 Mon Sep 17 00:00:00 2001 From: Matthias Jentsch Date: Tue, 26 May 2015 16:49:08 +0200 Subject: [PATCH] Resolve runtime macros in notes too refs #8235 --- .../application/views/scripts/show/components/notes.phtml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/monitoring/application/views/scripts/show/components/notes.phtml b/modules/monitoring/application/views/scripts/show/components/notes.phtml index cdc379184..678d70c90 100644 --- a/modules/monitoring/application/views/scripts/show/components/notes.phtml +++ b/modules/monitoring/application/views/scripts/show/components/notes.phtml @@ -9,6 +9,7 @@ $links = $object->getNotesUrls(); resolveMacros($notes, $object); echo $notes . '
'; } // add warning to links that open in new tabs to improve accessibility, as recommended by WCAG20 G201 @@ -25,4 +26,4 @@ $links = $object->getNotesUrls(); ?> - \ No newline at end of file +