changeset 1015:40128a291cae draft

Remove backslash of escaping(;;;)
author HIROSE Yuuji <yuuji@gentei.org>
date Tue, 01 Aug 2023 11:32:33 +0900
parents 7976c8e5e628
children b47c4aa5f7a4
files s4-funcs.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/s4-funcs.sh	Tue Aug 01 11:26:56 2023 +0900
+++ b/s4-funcs.sh	Tue Aug 01 11:32:33 2023 +0900
@@ -660,7 +660,7 @@
       -e 's, __\([^_ |][^_]*[^ ]\)__ ,<strong>\1</strong>,g' \
       -e 's, \*\([^* |][^*|]*[^ |]\)\* ,<em>\1</em>,g' \
       -e 's, _\([^_ ][^_]*[^ ]\)_ ,<em>\1</em>,g' \
-      -e 's,\([^\\]\);;;,\1<br>,g' \
+      -e 's,\([^\\]\);;;,<br>,g' \
       -e 's,  $,<br>,' \
       -e "s,- \[  *\]\([^|-]*\),${checkboxOFF}<label>\\1</label>,g" \
       -e "s,- \[[^ ]\]\([^|-]*\),${checkboxON}<label>\\1</label>,g" \

yatex.org