Skip to content
Snippets Groups Projects
Commit 04f71f96 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

php 8.2 fix: phase details

parent 59959b38
No related branches found
No related tags found
1 merge request!62V2.0
This commit is part of merge request !62. Comments created here will be created in the context of that merge request.
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment