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
Branches
No related tags found
1 merge request!62V2.0
...@@ -165,7 +165,7 @@ if ($sPhase) { ...@@ -165,7 +165,7 @@ if ($sPhase) {
// --- filecontent of template // --- filecontent of template
$ContentFile='<br>'.$sFile.'<br><br>' $ContentFile='<br>'.$sFile.'<br><br>'
.'<pre style="max-height:35em;">' .'<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>'; .'</pre>';
// --- output with tabs for a template file // --- 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