diff options
Diffstat (limited to 'docs/narr/MyProject')
| -rw-r--r-- | docs/narr/MyProject/myproject/templates/mytemplate.pt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/narr/MyProject/myproject/templates/mytemplate.pt b/docs/narr/MyProject/myproject/templates/mytemplate.pt index 72e4fec9d..e50d7cff2 100644 --- a/docs/narr/MyProject/myproject/templates/mytemplate.pt +++ b/docs/narr/MyProject/myproject/templates/mytemplate.pt @@ -7,7 +7,8 @@ <title>${project} Application</title> <meta name="keywords" content="python web application" /> <meta name="description" content="repoze.bfg web application" /> -<link href="${request.application_url}/static/default.css" rel="stylesheet" type="text/css" /> +<link href="${request.application_url}/static/default.css" rel="stylesheet" + type="text/css" /> </head> <body> <!-- start header --> |
