From aec48455f96e6d82908ce041358b48699584d7aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerry=20Wei=C3=9Fbach?= <gerry.w@gammaproduction.de> Date: Wed, 22 Feb 2017 07:58:01 +0100 Subject: [PATCH] Revert missing change in template.php --- inc/template.php | 1 + 1 file changed, 1 insertion(+) diff --git a/inc/template.php b/inc/template.php index daa39ff4c..3c0f1f45f 100644 --- a/inc/template.php +++ b/inc/template.php @@ -395,6 +395,7 @@ function tpl_metaheaders($alt = true) { } } + // load stylesheets $head['link'][] = array( 'rel' => 'stylesheet', 'type'=> 'text/css', 'href'=> DOKU_BASE.'lib/exe/css.php?t='.rawurlencode($conf['template']).'&tseed='.$tseed -- GitLab