Skip to content

Commit

Permalink
Add word break in phpinfo
Browse files Browse the repository at this point in the history
Signed-off-by: Diego Andrés <diegoandres_cortes@outlook.com>
  • Loading branch information
DiegoAndresCortes committed Jun 21, 2023
1 parent b359255 commit 250787d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Themes/default/Admin.template.php
Original file line number Diff line number Diff line change
Expand Up @@ -1606,7 +1606,7 @@ function template_php_info()
echo '
<tr class="windowbg">
<td class="equal_table">', $key, '</td>
<td colspan="2">', str_replace(',', ', ', $setting), '</td>
<td colspan="2" class="word_break">', str_replace(',', ', ', $setting), '</td>
</tr>';
}
}
Expand Down

0 comments on commit 250787d

Please sign in to comment.