diff options
author | Florian Pritz <bluewind@xinu.at> | 2013-05-23 17:55:12 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2013-05-23 18:19:55 +0200 |
commit | b7ff91d8e34e1d9f04ad0b153e94441efd312f78 (patch) | |
tree | f4f50a1615a102e08bbcc70b8332afb7fefad678 /application/views/header.php | |
parent | d575e1bcb35dc228f3851fbf1f9d4a1de0bdecc4 (diff) |
Rework javascript inclusion
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'application/views/header.php')
-rw-r--r-- | application/views/header.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/application/views/header.php b/application/views/header.php index 40bb6e6a3..6e73003bc 100644 --- a/application/views/header.php +++ b/application/views/header.php @@ -22,7 +22,6 @@ if (is_cli_client() && !isset($force_full_html)) { echo '<link href="'.link_with_mtime("/data/local/style.css").'" rel="stylesheet">'; } ?> - </head> <body> |