79235134

Date: 2024-11-28 19:34:47
Score: 1
Natty:
Report link

I had to use $.html() not $.xml()

Here is that in context based on this answer

   // Finally write the font with the modified paths
    fs.writeFile("test.html", $.html(), function(err) {
        if(err) {
            throw err;
        }
        console.log("The file was saved!");
    });
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: JESUS rose to life