Skip to content

Commit

Permalink
fix translation (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelodermatt authored Jan 16, 2025
1 parent 1049864 commit 517faf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/strings/functions/str-ireplace.xml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
<![CDATA[
<?php
$bodytag = str_ireplace("%body%", "schwarz", "<body text=%BODY%>");
echo $bodytag; // <body text=black>
echo $bodytag; // <body text=schwarz>
?>
]]>
</programlisting>
Expand Down

0 comments on commit 517faf2

Please sign in to comment.