diff --git a/view/templates/email_notify_html.tpl b/view/templates/email_notify_html.tpl
index 94fac7447..d9eeb841f 100644
--- a/view/templates/email_notify_html.tpl
+++ b/view/templates/email_notify_html.tpl
@@ -1,4 +1,3 @@
-
@@ -6,28 +5,33 @@
-
+
- {{$product}} |
+
+
+
+ {{$product}}
+
+ |
+
+ {{$preamble nofilter}} |
- {{$preamble}} |
-
-
- {{if $content_allowed}}
+{{if $content_allowed}}
{{if $source_photo}}
- |
- {{$source_name}} |
- {{/if}}
- {{$title}} |
- {{$htmlversion}} |
- {{/if}}
- {{$hsitelink}} |
- {{$hitemlink}} |
- | {{$thanks}} |
- | {{$site_admin}} |
+
+ |
+ {{$source_name}} |
+
+ {{/if}}
+ {{$title}} |
+ {{$htmlversion nofilter}} |
+{{/if}}
+ {{$hsitelink nofilter}} |
+ {{$hitemlink nofilter}} |
+ | {{$thanks}} |
+ | {{$site_admin}} |
-
+
-
diff --git a/view/templates/photo_view.tpl b/view/templates/photo_view.tpl
index d5c3d6826..4f5be40fc 100644
--- a/view/templates/photo_view.tpl
+++ b/view/templates/photo_view.tpl
@@ -22,17 +22,17 @@
{{/if}}
{{if $tags.2}}{{/if}}
-{{if $edit}}{{$edit}}{{/if}}
+{{if $edit}}{{$edit nofilter}}{{/if}}
{{if $likebuttons}}
- {{$likebuttons}}
- {{$like}}
- {{$dislike}}
+ {{$likebuttons nofilter}}
+ {{$like nofilter}}
+ {{$dislike nofilter}}
{{/if}}
-{{$comments}}
+{{$comments nofilter}}
{{$paginate nofilter}}
diff --git a/view/theme/frio/templates/photo_view.tpl b/view/theme/frio/templates/photo_view.tpl
index 1d39b16ee..359c42669 100644
--- a/view/theme/frio/templates/photo_view.tpl
+++ b/view/theme/frio/templates/photo_view.tpl
@@ -68,13 +68,13 @@
{{/if}}
{{* The part for editing the photo - only available for the edit subpage *}}
- {{if $edit}}{{$edit}}{{/if}}
+ {{if $edit}}{{$edit nofilter}}{{/if}}
{{if $likebuttons}}
- {{$likebuttons}}
- {{$like}}
- {{$dislike}}
+ {{$likebuttons nofilter}}
+ {{$like nofilter}}
+ {{$dislike nofilter}}
{{/if}}
@@ -82,7 +82,7 @@
{{* Insert the comments *}}
{{$paginate nofilter}}
diff --git a/view/theme/quattro/templates/photo_view.tpl b/view/theme/quattro/templates/photo_view.tpl
index cd1a7ccc9..0b65c2c53 100644
--- a/view/theme/quattro/templates/photo_view.tpl
+++ b/view/theme/quattro/templates/photo_view.tpl
@@ -20,18 +20,18 @@
{{/if}}
{{if $tags.2}}{{/if}}
-{{if $edit}}{{$edit}}{{/if}}
+{{if $edit}}{{$edit nofilter}}{{/if}}
{{if $likebuttons}}
- {{$likebuttons}}
- {{$like}}
- {{$dislike}}
+ {{$likebuttons nofilter}}
+ {{$like nofilter}}
+ {{$dislike nofilter}}
{{/if}}
{{$paginate nofilter}}
diff --git a/view/theme/vier/templates/photo_view.tpl b/view/theme/vier/templates/photo_view.tpl
index 21eda89b3..aa3f7aadd 100644
--- a/view/theme/vier/templates/photo_view.tpl
+++ b/view/theme/vier/templates/photo_view.tpl
@@ -22,18 +22,18 @@
{{/if}}
{{if $tags.2}}{{/if}}
-{{if $edit}}{{$edit}}{{/if}}
+{{if $edit}}{{$edit nofilter}}{{/if}}
{{if $likebuttons}}
- {{$likebuttons}}
- {{$like}}
- {{$dislike}}
+ {{$likebuttons nofilter}}
+ {{$like nofilter}}
+ {{$dislike nofilter}}
{{/if}}
{{$paginate nofilter}}