aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorIgor Minar2012-04-12 02:18:25 -0700
committerIgor Minar2012-04-12 02:36:03 -0700
commitb2d0a386f693d768cd82a3a0c54c43a926b4f339 (patch)
tree0d69f5a8a92221fe25b755b056ec552b1447c28a /docs
parent6d7e7fdea6c3d6551ff40c150aa42e1375d2cb5f (diff)
downloadangular.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.html4
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>&lt;angular/&gt; 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>