aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/content/tutorial/step_07.ngdoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/content/tutorial/step_07.ngdoc b/docs/content/tutorial/step_07.ngdoc
index cb5f5f9c..11ca36d2 100644
--- a/docs/content/tutorial/step_07.ngdoc
+++ b/docs/content/tutorial/step_07.ngdoc
@@ -183,6 +183,7 @@ tag to your `index.html` file as shown below.
__`app/index.html`:__
<pre>
+<!doctype html>
<html lang="en" ng-app="phonecatApp">
<head>
...