X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=htdocs%2Flib%2FContentProvider.class.php;h=76b2eb0f1e1a508053a9df9d46d1c8048fbd703a;hb=b400fe63ce2c5db919a479101e8b261f479e8d0b;hp=a32a37fb95d92a2593e5e730ca13b74b2dc4cfe9;hpb=394a07ff3e283f94c7ead44e8bd02d44c223314b;p=phpgitweb.git diff --git a/htdocs/lib/ContentProvider.class.php b/htdocs/lib/ContentProvider.class.php index a32a37f..76b2eb0 100644 --- a/htdocs/lib/ContentProvider.class.php +++ b/htdocs/lib/ContentProvider.class.php @@ -113,6 +113,7 @@ class ContentProvider { $template_html = $this->load_template($this->template, $subtemplate); } $template_html = preg_replace_callback('/%([^%]*)%/', array($this, "replace_placeholder"), $template_html); + $template_html = preg_replace_callback('/%([^%]*)%/', array($this, "replace_placeholder"), $template_html); return $template_html; }