diff --git a/sections/reportsv2/ajax_new_report.php b/sections/reportsv2/ajax_new_report.php
index db541881..1ba6d19c 100644
--- a/sections/reportsv2/ajax_new_report.php
+++ b/sections/reportsv2/ajax_new_report.php
@@ -324,8 +324,9 @@
$Images = explode(" ", $Images);
foreach($Images as $Image) {
+ $Image = 'http'.($SSL?'s':'').'://'.SITE_URL.'/image.php?c=1&i='.urlencode($Image);
?>
-
+
}
?>
diff --git a/sections/reportsv2/static.php b/sections/reportsv2/static.php
index 133727c9..ae938825 100644
--- a/sections/reportsv2/static.php
+++ b/sections/reportsv2/static.php
@@ -471,8 +471,9 @@
$Images = explode(" ", $Images);
foreach($Images as $Image) {
+ $Image = 'http'.($SSL?'s':'').'://'.SITE_URL.'/image.php?c=1&i='.urlencode($Image);
?>
-
+
}
?>
diff --git a/sections/requests/takenew_edit.php b/sections/requests/takenew_edit.php
index 67a2c2ab..d19abe95 100644
--- a/sections/requests/takenew_edit.php
+++ b/sections/requests/takenew_edit.php
@@ -507,8 +507,8 @@
$Tags = array_unique(explode(',', $Tags));
foreach($Tags as $Index => $Tag) {
$Tag = Misc::sanitize_tag($Tag);
+ $Tag = Misc::get_alias_tag($Tag);
$Tags[$Index] = $Tag; //For announce
-
$DB->query("INSERT INTO tags
(Name, UserID)
VALUES