From 303c4f9081a2e13d5210ebcaa2baeca8c86b34ff Mon Sep 17 00:00:00 2001 From: diptanilsaha Date: Tue, 18 Aug 2026 22:49:23 +0530 Subject: [PATCH] fix: escape help article route on support page --- erpnext/www/support/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/erpnext/www/support/index.html b/erpnext/www/support/index.html index 3c19198cc16..6702e57cae7 100644 --- a/erpnext/www/support/index.html +++ b/erpnext/www/support/index.html @@ -53,7 +53,7 @@

{{ favorite_article['title'] }}

{{ favorite_article['description'] }}

- + {% endfor %} @@ -72,7 +72,7 @@
{{ item['category'].name }}
{% for article in item['articles'] %} - {{ article.title }} + {{ article.title }} {% endfor %}