I added tag inside the tag as following
<noscript>
<link type="text/css" rel="stylesheet" href="${staticFilesUrl}/css/noscript-overrule.css" />
</noscript>
but in firefox when the javascript is enabled I see something like this
<noscript>
< link type="text/css" rel="stylesheet" href="/static/snsbank/css/noscript-overrule.css" />
</noscript>
event I tried to put style tag inside the noscript tag still in firefox I got the following result
<noscript>
< style > #whiteBox{ width:30%; </style>
</noscript>
can anyone tell me how can I avoid this?