From e438f893712dd41deb43cc9b9983b6bfa485df27 Mon Sep 17 00:00:00 2001 From: ralf Date: Tue, 9 Aug 2022 16:05:09 +0200 Subject: [PATCH] allow whitespace after last attribute eg. --- api/etemplate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/etemplate.php b/api/etemplate.php index 5bac662c0b..eb4f794819 100644 --- a/api/etemplate.php +++ b/api/etemplate.php @@ -176,7 +176,7 @@ function send_template() }, $str); // replace just description, as they often contain >, like label="> %s" - $str = preg_replace('##s', '', $str); + $str = preg_replace('##s', '', $str); // modify <(vfs-mime|link-string|link-list) -->