79439335

Date: 2025-02-14 12:17:17
Score: 1.5
Natty:
Report link

In my case it was solved using "/" before output.css file

before: < link href="output.css" rel="stylesheet" />

after: < link href="/output.css" rel="stylesheet" />

works for me.

Reasons:
  • Whitelisted phrase (-1): works for me
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: ankur gurung