X-Git-Url: http://git.pk910.de/?p=phpgitweb.git;a=blobdiff_plain;f=htdocs%2Flib%2FContentProvider.class.php;fp=htdocs%2Flib%2FContentProvider.class.php;h=76b2eb0f1e1a508053a9df9d46d1c8048fbd703a;hp=a32a37fb95d92a2593e5e730ca13b74b2dc4cfe9;hb=b400fe63ce2c5db919a479101e8b261f479e8d0b;hpb=cdf14cc9d75eb1919d8730c33b2921a0112e5c23 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; }