---
 misc/translator/tmpl_process3.pl |    9 ++-------
 1 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/misc/translator/tmpl_process3.pl b/misc/translator/tmpl_process3.pl
index 17b6b4c..46ceceb 100755
--- a/misc/translator/tmpl_process3.pl
+++ b/misc/translator/tmpl_process3.pl
@@ -81,13 +81,8 @@ sub text_replace_tag ($$) {
               } sort {
                   $attr->{$a}->[3] <=> $attr->{$b}->[3] #FIXME
               } keys %$attr);
-       if ($tag eq 'img'){
-           $it .= ' />';
-       }
-       else {      
-           $it .= '>';
-       }
-    } 
+        $it .= '>';
+    }
     else {
         $it = $t;
     }
-- 
1.5.6.5

_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to