This website requires JavaScript.
Explore
Help
Register
Sign In
mexon
/
friendica
Watch
1
Star
0
Fork
You've already forked friendica
0
Code
Pull requests
Activity
1617e9fc64
friendica
/
view
/
theme
/
frio
/
templates
/
sub
/
punct_wrap.tpl
2 lines
58 B
Smarty
Raw
Normal View
History
Unescape
Escape
[frio] Add slash to punctuation wrapper template
2019-03-19 13:05:25 +01:00
{
{
$text
|
regex_replace
:
"/([@\.\/])/"
:
"<wbr>$1"
nofilter
}
}
Copy permalink