diff options
| author | Igor Minar | 2012-04-12 02:18:25 -0700 | 
|---|---|---|
| committer | Igor Minar | 2012-04-12 02:36:03 -0700 | 
| commit | b2d0a386f693d768cd82a3a0c54c43a926b4f339 (patch) | |
| tree | 0d69f5a8a92221fe25b755b056ec552b1447c28a /docs | |
| parent | 6d7e7fdea6c3d6551ff40c150aa42e1375d2cb5f (diff) | |
| download | angular.js-b2d0a386f693d768cd82a3a0c54c43a926b4f339.tar.bz2 | |
style(docs-scenario.html): rename <angular/> to AngularJS in the title
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/src/templates/docs-scenario.html | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/docs/src/templates/docs-scenario.html b/docs/src/templates/docs-scenario.html index fcc70431..49b9bf89 100644 --- a/docs/src/templates/docs-scenario.html +++ b/docs/src/templates/docs-scenario.html @@ -1,7 +1,7 @@  <!DOCTYPE HTML> -<html xmlns:ng="http://angularjs.org" wiki:ng="http://angularjs.org"> +<html xmlns:ng="http://angularjs.org">  <head> -  <title><angular/> Docs Scenario Runner</title> +  <title>AngularJS Docs E2E Test Runner</title>    <script type="text/javascript" src="../angular-scenario.js" ng:autotest></script>    <script type="text/javascript" src="docs-scenario.js"></script>  </head> | 
