# HG changeset patch # User Pascal Bellard # Date 1479575176 -3600 # Node ID 4fc6c5a6c0f49c42a196a270d78b372fa319e130 # Parent a0d7d5836aec7da42d91305633901bae2dc55d3c fix & in title (again) diff -r a0d7d5836aec -r 4fc6c5a6c0f4 lib/libtazpanel --- a/lib/libtazpanel Fri Nov 18 08:12:10 2016 +0100 +++ b/lib/libtazpanel Sat Nov 19 18:06:16 2016 +0100 @@ -269,7 +269,7 @@ EOT fi - sed "s|@@TITLE@@|${TITLE//&/\&}|; s|@@SUBTITLE@@|$subtitle|" "$header" + sed "s|@@TITLE@@|${TITLE//&/\&}|; s|@@SUBTITLE@@|${subtitle//&/\&}|" "$header" # Show debug output if [ "$DEBUG" -eq 1 ]; then