Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric-anne committed Sep 16, 2024
1 parent 75cc040 commit 23aca0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Glpi/Search/Provider/SQLProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -6067,7 +6067,7 @@ public static function giveItem(
if ($html_output) {
$plaintext = \htmlspecialchars($plaintext);
}
$plaintext = nl2br($$plaintext);
$plaintext = nl2br($plaintext);
}

if ($html_output && (\Toolbox::strlen($plaintext) > $CFG_GLPI['cut'])) {
Expand Down

0 comments on commit 23aca0a

Please sign in to comment.