Closed missinglink closed 2 years ago
the controller/markdownToHtml.js module doesn't render valid HTML, it's missing the <HTML>, <BODY> tags.
<HTML>
<BODY>
this issue is to modify that behaviour so that requests to / and /attribution render valid HTML
/
/attribution
in which file do we have to make changes?
resolved via https://github.com/pelias/api/pull/1599
the controller/markdownToHtml.js module doesn't render valid HTML, it's missing the
<HTML>
,<BODY>
tags.this issue is to modify that behaviour so that requests to
/
and/attribution
render valid HTML