Skip to content
Snippets Groups Projects

V2.0

Merged Hahn Axel (hahn) requested to merge v2.0 into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -165,7 +165,7 @@ if ($sPhase) {
// --- filecontent of template
$ContentFile='<br>'.$sFile.'<br><br>'
.'<pre style="max-height:35em;">'
. preg_replace('/(@replace\[.*\])/U', '<span class="replace">${1}</span>' , htmlentities(file_get_contents($sFile)))
. preg_replace('/(@replace\[.*\])/U', '<span class="replace">$1</span>' , htmlentities(file_get_contents($sFile)))
.'</pre>';
// --- output with tabs for a template file
Loading