docs(misc/downloading): fix HTML example formatting

Closes #7060
This commit is contained in:
Peter Bacon Darwin
2014-05-21 22:33:25 +01:00
parent ad08638c0a
commit fcee3bea1a

View File

@@ -17,7 +17,7 @@ production.
To point your code to an angular script on the Google CDN server, use the following template. This
example points to the minified version 1.2.0:
<pre>
```
<!doctype html>
<html ng-app>
<head>
@@ -27,7 +27,7 @@ example points to the minified version 1.2.0:
<body>
</body>
</html>
</pre>
```
Note that only versions 1.0.1 and above are available on the CDN, if you need an earlier version
you can use the <http://code.angularjs.org/> URL which was the previous recommended location for