From 3ab0f9065420277f20d7b43f0b631cd756c214f1 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Tue, 19 Mar 2019 08:05:25 -0400 Subject: [PATCH] [frio] Add slash to punctuation wrapper template --- view/theme/frio/templates/sub/punct_wrap.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}}