diff options
Diffstat (limited to 'templates/dataformat')
-rw-r--r-- | templates/dataformat/flatfile.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/templates/dataformat/flatfile.html b/templates/dataformat/flatfile.html index 048606e..07d03ca 100644 --- a/templates/dataformat/flatfile.html +++ b/templates/dataformat/flatfile.html @@ -1,9 +1,7 @@ {% autoescape off %} <html> <head> -<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>{{ form.title }}</title> -<link rel="stylesheet" type="text/css" href="css/main2.css" /> </head> <body> {{ form.html }} |