Skip to main content

Fix error when inserting google tag manager to blogspot template


Error occurs when inserting google tag manager code to blogspot template:

Error parsing XML, line 1999, column 45: The reference to entity "l" must end with the ';' delimiter. Hide notification



How to fix:

Change this (third) line:
  j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=

To:
  j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=

Popular posts from this blog

VMware Workstation: Backup inventory and preferences

Backup these two files in your profile.

Microsoft Azure Web App Service

Three steps to create a FREE web app on Microsoft Azure using Azure CLI .

tmux - Terminal Muliplexer

tmux is a terminal multiplexer: it enables a number of terminals to be created, accessed, and controlled from a single screen. tmux may be detached from a screen and continue running in the background, then later reattached.