diff --git a/view/templates/admin/contactblock.tpl b/view/templates/admin/contactblock.tpl index e3dfb52a1..3afeb5355 100644 --- a/view/templates/admin/contactblock.tpl +++ b/view/templates/admin/contactblock.tpl @@ -33,8 +33,8 @@ {{$contact.nickname|escape}} - {{$contact.name|escaped}} - {{$contact.addr|escaped}} + {{$contact.name|escape}} + {{$contact.addr|escape}} {{$contact.url}} {{/foreach}} diff --git a/view/templates/hovercard.tpl b/view/templates/hovercard.tpl index 5487a4cd0..ec87591b9 100644 --- a/view/templates/hovercard.tpl +++ b/view/templates/hovercard.tpl @@ -11,7 +11,7 @@

{{$profile.name|escape}}

{{if $profile.account_type}}{{$profile.account_type}}{{/if}}
- {{$profile.addr|escaped}} + {{$profile.addr|escape}} {{if $profile.network}} ({{$profile.network}}){{/if}}
{{*{{if $profile.about}}
{{$profile.about}}
{{/if}}*}} diff --git a/view/templates/profile_vcard.tpl b/view/templates/profile_vcard.tpl index fb7875641..14e1a0373 100644 --- a/view/templates/profile_vcard.tpl +++ b/view/templates/profile_vcard.tpl @@ -3,7 +3,7 @@
{{$profile.name|escape}}
- {{if $profile.addr}}
{{$profile.addr|escaped}}
{{/if}} + {{if $profile.addr}}
{{$profile.addr|escape}}
{{/if}} {{if $profile.pdesc}}
{{$profile.pdesc}}
{{/if}} diff --git a/view/templates/remote_friends_common.tpl b/view/templates/remote_friends_common.tpl index f018727c0..f5f43360a 100644 --- a/view/templates/remote_friends_common.tpl +++ b/view/templates/remote_friends_common.tpl @@ -6,12 +6,12 @@
- {{$item.name|escaped}} + {{$item.name|escape}}
- {{$item.name|escaped}} + {{$item.name|escape}}
diff --git a/view/templates/search_item.tpl b/view/templates/search_item.tpl index c004fe74c..a97574b7b 100644 --- a/view/templates/search_item.tpl +++ b/view/templates/search_item.tpl @@ -7,7 +7,7 @@ onmouseover="if (typeof t{{$item.id}} != 'undefined') clearTimeout(t{{$item.id}}); openMenu('wall-item-photo-menu-button-{{$item.id}}')" onmouseout="t{{$item.id}}=setTimeout('closeMenu(\'wall-item-photo-menu-button-{{$item.id}}\'); closeMenu(\'wall-item-photo-menu-{{$item.id}}\');',200)"> - {{$item.name|escaped}} + {{$item.name|escape}} menu
- {{$item.name|escaped}} + {{$item.name|escape}}
{{$item.ago}}
diff --git a/view/templates/wall_thread.tpl b/view/templates/wall_thread.tpl index 6108b80c6..6f54d024d 100644 --- a/view/templates/wall_thread.tpl +++ b/view/templates/wall_thread.tpl @@ -44,7 +44,7 @@
- {{$item.name|escaped}}{{if $item.owner_url}} {{$item.to}} {{$item.owner_name|escaped}} {{$item.vwall}}{{/if}}
+ {{$item.name|escape}}{{if $item.owner_url}} {{$item.to}} {{$item.owner_name|escape}} {{$item.vwall}}{{/if}}
diff --git a/view/theme/duepuntozero/templates/profile_vcard.tpl b/view/theme/duepuntozero/templates/profile_vcard.tpl index 311132b81..31afc71fe 100644 --- a/view/theme/duepuntozero/templates/profile_vcard.tpl +++ b/view/theme/duepuntozero/templates/profile_vcard.tpl @@ -3,7 +3,7 @@
{{$profile.name|escape}}
- {{if $profile.addr}}
{{$profile.addr|escaped}}
{{/if}} + {{if $profile.addr}}
{{$profile.addr|escape}}
{{/if}} {{if $profile.pdesc}}
{{$profile.pdesc}}
{{/if}}
{{$profile.name|escape}}
diff --git a/view/theme/quattro/templates/profile_vcard.tpl b/view/theme/quattro/templates/profile_vcard.tpl index e62da464d..a316f58aa 100644 --- a/view/theme/quattro/templates/profile_vcard.tpl +++ b/view/theme/quattro/templates/profile_vcard.tpl @@ -26,7 +26,7 @@ {{/if}}
- {{if $profile.addr}}
{{$profile.addr|escaped}}
{{/if}} + {{if $profile.addr}}
{{$profile.addr|escape}}
{{/if}} {{if $pdesc}}
{{$profile.pdesc}}
{{/if}}
{{$profile.name|escape}}
diff --git a/view/theme/smoothly/templates/search_item.tpl b/view/theme/smoothly/templates/search_item.tpl index 46cbff692..2c9e62193 100644 --- a/view/theme/smoothly/templates/search_item.tpl +++ b/view/theme/smoothly/templates/search_item.tpl @@ -6,7 +6,7 @@ onmouseover="if (typeof t{{$item.id}} != 'undefined') clearTimeout(t{{$item.id}}); openMenu('wall-item-photo-menu-button-{{$item.id}}')" onmouseout="t{{$item.id}}=setTimeout('closeMenu(\'wall-item-photo-menu-button-{{$item.id}}\'); closeMenu(\'wall-item-photo-menu-{{$item.id}}\');',200)"> - {{$item.name|escaped}} + {{$item.name|escape}} menu
- {{$item.name|escaped}} + {{$item.name|escape}}
{{$item.ago}}
diff --git a/view/theme/smoothly/templates/wall_thread.tpl b/view/theme/smoothly/templates/wall_thread.tpl index b62b077e2..616c20f4d 100644 --- a/view/theme/smoothly/templates/wall_thread.tpl +++ b/view/theme/smoothly/templates/wall_thread.tpl @@ -15,7 +15,7 @@ {{if $item.owner_url}}
- {{$item.owner_name|escaped}} + {{$item.owner_name|escape}}
{{$item.wall}}
{{/if}} @@ -23,7 +23,7 @@ onmouseover="if (typeof t{{$item.id}} != 'undefined') clearTimeout(t{{$item.id}}); openMenu('wall-item-photo-menu-button-{{$item.id}}')" onmouseout="t{{$item.id}}=setTimeout('closeMenu(\'wall-item-photo-menu-button-{{$item.id}}\'); closeMenu(\'wall-item-photo-menu-{{$item.id}}\');',200)"> - {{$item.name|escaped}} + {{$item.name|escape}} menu