diff options
Diffstat (limited to 'docs/getting_started/quick_glance/json')
| -rw-r--r-- | docs/getting_started/quick_glance/json/hello_world.jinja2 | 4 | ||||
| -rw-r--r-- | docs/getting_started/quick_glance/json/hello_world.pt | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/getting_started/quick_glance/json/hello_world.jinja2 b/docs/getting_started/quick_glance/json/hello_world.jinja2 index 3d0f28c1f..f6862e618 100644 --- a/docs/getting_started/quick_glance/json/hello_world.jinja2 +++ b/docs/getting_started/quick_glance/json/hello_world.jinja2 @@ -1,8 +1,8 @@ +<!DOCTYPE html> <html lang="en"> -<html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Quick Glance</title> - <link rel="stylesheet" href="/static/app.css" /> + <link rel="stylesheet" href="/static/app.css"/> </head> <body> <h1>Hello {{ name }}!</h1> diff --git a/docs/getting_started/quick_glance/json/hello_world.pt b/docs/getting_started/quick_glance/json/hello_world.pt index 0cf20d076..711054aa9 100644 --- a/docs/getting_started/quick_glance/json/hello_world.pt +++ b/docs/getting_started/quick_glance/json/hello_world.pt @@ -1,5 +1,5 @@ +<!DOCTYPE html> <html lang="en"> -<html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Quick Glance</title> <!-- Start Link 1 --> |
