diff options
| author | Paul Everitt <paul@agendaless.com> | 2013-08-07 15:34:58 -0400 |
|---|---|---|
| committer | Paul Everitt <paul@agendaless.com> | 2013-08-07 15:34:58 -0400 |
| commit | 65d1719fc5ce4ed4e87c45b1e4279c30930b274e (patch) | |
| tree | f874999cd13ab9637682d5c79945818b393155e7 /docs/getting_started/quick_glance/json | |
| parent | 30c51bd60756ab632553319a231e154c582b8cd1 (diff) | |
| download | pyramid-65d1719fc5ce4ed4e87c45b1e4279c30930b274e.tar.gz pyramid-65d1719fc5ce4ed4e87c45b1e4279c30930b274e.tar.bz2 pyramid-65d1719fc5ce4ed4e87c45b1e4279c30930b274e.zip | |
Up through scaffolds.
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 --> |
