diff options
-rwxr-xr-x | pinentry-rofi.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pinentry-rofi.scm b/pinentry-rofi.scm index c66d97d..fe4227c 100755 --- a/pinentry-rofi.scm +++ b/pinentry-rofi.scm @@ -135,9 +135,9 @@ Always call this after `remove-underline' or (define (pango-markup str) "Transform string to pango." - (hex->char - (escape-underscore - (html-underline + (escape-underscore + (html-underline + (hex->char (html-< (html-newline str)))))) |