Welcome to the Linux Foundation Forum!
Error Tag Example: Creating a Web Server with Fastify (Cont.) - Page 15

The code in
const hello = `html
start with a wrong html tag.
It need to be fixed to “”
0
This discussion has been closed.
The code in
const hello = `html
start with a wrong html tag.
It need to be fixed to “”
Comments
I think there might be formatting issues with this post, not sure what you're saying @canelacho
Sorry, it was my mistake when submitting the comment
Link: https://trainingportal.linuxfoundation.org/learn/course/nodejs-services-development-lfw212/creating-a-web-server/creating-a-web-server?page=15
Title: Creating a Web Server with Fastify (Cont.)
Note:
The code of the const hello start with the “html” tag but it need to be fixed to “” and added the open back-ticks `.
I noticed that the tag was already fixed but without the back-tick at the beginning, the html code would not display correctly.