Skip to content

Commit

Permalink
Non-breaking space …
Browse files Browse the repository at this point in the history
… translates to ›-‹ instead of null.
  • Loading branch information
animaux committed Nov 26, 2015
1 parent dbe2a14 commit 6e534cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang/lang.de.php
Original file line number Diff line number Diff line change
Expand Up @@ -2124,7 +2124,7 @@

// Other characters

' ' => null,
' ' => '-',

);

Expand Down

0 comments on commit 6e534cd

Please sign in to comment.