On April 27, 2024, our Sign-in and Create Account options will be unavailable from 9am-12pm ET. During this maintenance window, developer account access and free trial registration will be unavailable.

viewport not being displayed

OK, pulling my hair out on this one.  

 

LSDS 732, on Linux/Tomcat

 

Updated the only fixed-layout.page.xsl one the system to have a viewport:

 

<xsl:element name="meta">
<xsl:attribute name="name">keywords</xsl:attribute>
<xsl:attribute name="content">$PAGE_SCOPE[keywords]</xsl:attribute>
</xsl:element>
<xsl:element name="meta">
<xsl:attribute name="name">description</xsl:attribute>
<xsl:attribute name="content">$PAGE_SCOPE[description]</xsl:attribute>
</xsl:element>
<xsl:element name="meta">
<xsl:attribute name="name">viewport</xsl:attribute>
<xsl:attribute name="content">width=device-width, initial-scale=1, maximum-scale=1</xsl:attribute>

 

 

I restarted TC & curl the URL directly.  I see the keywords and description but no viewport.

 

What am I missing ? 

 

Andy