Fixed many issues in output HTML code according to HTML 4.01 Transitional format.
[fa-stable.git] / admin / db / attachments_db.inc
index 5712b22a9480cf1182ae8db4c51d4c076d2503cb..49f73b096edd18e3c2be8e3ae1edd612e11327d7 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>";
 }
 
 //----------------------------------------------------------------------------------------