1
0
Fork 0

Corrected msgfmt em formatting with asterisks

tpl
Mike Gerwitz 2013-05-28 23:38:11 -04:00
parent c98071832d
commit 11236d4c27
1 changed files with 1 additions and 1 deletions

2
msgfmt
View File

@ -121,5 +121,5 @@ awk -vid="$id" -vurl_root="$url_root" -vcref_errlog="$cref_errlog" '
s/---/'"$mdash"'/g;
s#``#'"$lquo"'#g;
s#'\'\''#'"$rquo"'#g;
s#\(\W\)\*\([^\*]\+\)\*\(\W\)#<em>\1\2\3</em>#g;
s#\(\W\)\*\([^\*]\+\)\*\(\W\)#\1<em>\2</em>\3#g;
'