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