From f8dfb5905f8a90ea4bdd38f2f3eb97f68a47d5c5 Mon Sep 17 00:00:00 2001 From: wxiaoguang Date: Tue, 11 Mar 2025 00:52:08 +0800 Subject: [PATCH] Remove "noscript" tag from html head (#33846) (cherry picked from commit 7fa47de7e96f6d05cdc6d920b0264ce8115de5a8) --- templates/base/head.tmpl | 6 ------ 1 file changed, 6 deletions(-) diff --git a/templates/base/head.tmpl b/templates/base/head.tmpl index 9eb5b5addf..7ec2ac87b3 100644 --- a/templates/base/head.tmpl +++ b/templates/base/head.tmpl @@ -20,12 +20,6 @@ {{template "base/head_script" .}} - {{template "shared/user/mention_highlight" .}} {{template "base/head_opengraph" .}} {{template "base/head_style" .}}