Skip to content

Commit b696822

Browse files
docs(misc/downloading): fix HTML example formatting
Closes angular#7060
1 parent b5fb2d4 commit b696822

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/misc/downloading.ngdoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ production.
1717
To point your code to an angular script on the Google CDN server, use the following template. This
1818
example points to the minified version 1.2.0:
1919

20-
<pre>
20+
```
2121
<!doctype html>
2222
<html ng-app>
2323
<head>
@@ -27,7 +27,7 @@ example points to the minified version 1.2.0:
2727
<body>
2828
</body>
2929
</html>
30-
</pre>
30+
```
3131

3232
Note that only versions 1.0.1 and above are available on the CDN, if you need an earlier version
3333
you can use the <http://code.angularjs.org/> URL which was the previous recommended location for

0 commit comments

Comments
 (0)