Web Page renders an error in your browser Print

  • Web Pages
  • 0

If you run into this error when viewing a Web Page in a browser, this is due to NOT closing the double curly braces {{ }} around a variable. Look through the Web Page affected and inspect all your {{VARIABLES}} to make sure everything is closed properly.

Render error from closing variable

Correct Code: {{myVariable}}

Incorrect Code: {{myVariable}

Notice the missing } at the end.

 


Was this answer helpful?

« Back

Powered by WHMCompleteSolution