diff options
Diffstat (limited to 'docs/src')
| -rw-r--r-- | docs/src/templates/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/src/templates/index.html b/docs/src/templates/index.html index 63b02573..7e9eac0f 100644 --- a/docs/src/templates/index.html +++ b/docs/src/templates/index.html @@ -5,7 +5,7 @@ manifest="app-cache.manifest"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title ng:bind-template="<angular/>: {{partialTitle}}"><angular/></title> + <title ng:bind-template="AngularJS: {{partialTitle}}">AngularJS</title> <meta name="fragment" content="!"> <link rel="stylesheet" href="docs-combined.css" type="text/css"/> <link rel="stylesheet" href="syntaxhighlighter/syntaxhighlighter-combined.css" type="text/css"/> @@ -44,7 +44,7 @@ <![endif]--> <ul id="navbar"> - <li><a href="http://angularjs.org/"><angular/></a></li> + <li><a href="http://angularjs.org/">AngularJS</a></li> <li><a href="#!/guide" ng:class="selectedSection('guide')">Developer Guide</a></li> <li><a href="#!/api" ng:class="selectedSection('api')">API Reference</a></li> <li><a href="#!/cookbook" ng:class="selectedSection('cookbook')">Examples</a></li> @@ -72,7 +72,7 @@ <ng:include id="content" src="getCurrentPartial()" onload="afterPartialLoaded()"></ng:include> </div> - <div id="footer">© 2010-2011 angular</div> + <div id="footer">© 2010-2011 AngularJS</div> </div> <script src="jquery.min.js"></script> |
