From: Jeroen De Meerleer Date: Sat, 13 Jul 2019 20:44:28 +0000 (+0200) Subject: Nofilter X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=aff60da1af33b5762d09084a48528b3afb73ae0a;p=friendica.git Nofilter --- diff --git a/view/templates/profile_advanced.tpl b/view/templates/profile_advanced.tpl index 83685d86e5..44e763f393 100644 --- a/view/templates/profile_advanced.tpl +++ b/view/templates/profile_advanced.tpl @@ -37,7 +37,7 @@ {{if $profile.marital}}
{{$profile.marital.0}}
-
{{$profile.marital.1}}{{if $profile.marital.with}} ({{$profile.marital.with}}){{/if}}{{if $profile.howlong}} {{$profile.howlong}}{{/if}}
+
{{$profile.marital.1}}{{if $profile.marital.with}} ({{$profile.marital.with nofilter}}){{/if}}{{if $profile.howlong}} {{$profile.howlong}}{{/if}}
{{/if}} diff --git a/view/theme/frio/templates/profile_advanced.tpl b/view/theme/frio/templates/profile_advanced.tpl index a35955c170..3ca4000e6a 100644 --- a/view/theme/frio/templates/profile_advanced.tpl +++ b/view/theme/frio/templates/profile_advanced.tpl @@ -74,7 +74,7 @@

{{$profile.marital.0}}
-
{{$profile.marital.1}}{{if $profile.marital.with}} ({{$profile.marital.with}}){{/if}}{{if $profile.howlong}} {{$profile.howlong}}{{/if}}
+
{{$profile.marital.1}}{{if $profile.marital.with}} ({{$profile.marital.with nofilter}}){{/if}}{{if $profile.howlong}} {{$profile.howlong}}{{/if}}
{{/if}}