Skip to content

Commit

Permalink
fix script injection example in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
strkkk authored and michael-o committed Jan 15, 2021
1 parent af42899 commit ef39845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/site/apt/examples/sitedescriptor.apt
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ Configuring the Site Descriptor
<body>
...
<head>
<![CDATA[<script src="http://www.google-analytics.com/urchin.js" type="text/javascript" />]]>
<![CDATA[<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>]]>
</head>
...
</body>
Expand Down

0 comments on commit ef39845

Please sign in to comment.