Moustache system variable bugs
-
Found a bug in the:
{browserTitle} {function.buildMetaTag}
They are not HTML rendering correctly.
Its output is rendering:
<title>Groups | JBrown's Place</title> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta property="og:site_name" content="JBrown's Place" /> <meta property="og:title" content="JBrown's Place" />
Also why are there 2 \n or <br /> in the rendering.
<title>Groups | JBrown's Place</title> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="content-type" content="text/html; charset=UTF-8" /> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="mobile-web-app-capable" content="yes" /> <meta property="og:site_name" content="JBrown's Place" /> <meta name="msapplication-badge" content="frequency=30; polling-uri=https://jbrowns.com/sitemap.xml" /> <meta name="theme-color" content="#ffffff" /> <meta name="msapplication-square150x150logo" content="/assets/uploads/system/site-logo.jpeg" /> <meta property="og:image" content="https://jbrowns.com/assets/uploads/system/site-logo.jpeg" /> <meta property="og:image:url" content="https://jbrowns.com/assets/uploads/system/site-logo.jpeg" /> <meta property="og:image:width" content="512" /> <meta property="og:image:height" content="768" /> <meta property="og:title" content="JBrown's Place" /> <meta property="og:url" content="https://jbrowns.com/groups" />
Copyright © 2025 NodeBB | Contributors