From: Hypolite Petovan Date: Tue, 19 Mar 2019 12:05:25 +0000 (-0400) Subject: [frio] Add slash to punctuation wrapper template X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3ab0f9065420277f20d7b43f0b631cd756c214f1;p=friendica.git [frio] Add slash to punctuation wrapper template --- diff --git a/view/theme/frio/templates/sub/punct_wrap.tpl b/view/theme/frio/templates/sub/punct_wrap.tpl index 31382e7a53..68830ecd6b 100644 --- a/view/theme/frio/templates/sub/punct_wrap.tpl +++ b/view/theme/frio/templates/sub/punct_wrap.tpl @@ -1 +1 @@ -{{$text|regex_replace:"/([@\.])/":"$1" nofilter}} +{{$text|regex_replace:"/([@\.\/])/":"$1" nofilter}}