[frio] Add slash to punctuation wrapper template

This commit is contained in:
Hypolite Petovan 2019-03-19 08:05:25 -04:00
parent f97db3add9
commit 3ab0f90654
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
{{$text|regex_replace:"/([@\.])/":"<wbr>$1" nofilter}}
{{$text|regex_replace:"/([@\.\/])/":"<wbr>$1" nofilter}}