Merged changes from stable branch up to 2.3.23.
[fa-stable.git] / admin / db / attachments_db.inc
index 3fb0a915d5410de7ad61fc1027005399f46c7325..f3c46dc41332c28b89d32b3d2be59bf40a59efcd 100644 (file)
@@ -65,9 +65,9 @@ function get_attachment_string($type, $id)
         if (strlen($str_return))
             $str_return = $str_return . " \n";    
         $str_return .= _("Attached File:")." <a href='$path_to_root/admin/attachments.php?vw=".$attachment["id"]." ' target='blanc_'> ". 
-               $attachment["id"] . " " . $attachment["description"]. " - ". $attachment["filename"]."</a><br/>";
+               $attachment["id"] . " " . $attachment["description"]. " - ". $attachment["filename"]."</a><br>";
     }
-    return $str_return . "<br/>";
+    return $str_return . "<br>";
 }
 
 //----------------------------------------------------------------------------------------