Whitespace an den Zeilenenden entfernt.
[kivitendo-erp.git] / bin / mozilla / ir.pl
index fac3ba4..a684593 100644 (file)
@@ -271,7 +271,7 @@ sub form_header {
        <td><input name=invdate id=invdate size=11 title="$myconfig{dateformat}" value=$form->{invdate}></td>
        <td><input type=button name=invdate id="trigger1" value=|
       . $locale->text('button')
-      . qq|></td>  
+      . qq|></td>
        |;
     $button2 = qq|
        <td width="13"><input name=duedate id=duedate size=11 title="$myconfig{dateformat}" value=$form->{duedate}></td>
@@ -328,12 +328,12 @@ sub form_header {
              <tr>
                <th align=right nowrap>| . $locale->text('Vendor') . qq|</th>
                <td colspan=3>$vendor</td>
-               
+
                 <th align=richt nowrap>|
     . $locale->text('Contact Person')
     . qq|</th>
                 <td colspan=3>$contact</td>
-               
+
                 <input type=hidden name=vendor_id value=$form->{vendor_id}>
                <input type=hidden name=oldvendor value="$form->{oldvendor}">
 
@@ -391,7 +391,7 @@ sub form_header {
   </tr>
 
 $jsscript
-    
+
 <input type=hidden name=selectcurrency value="$form->{selectcurrency}">
 <input type=hidden name=defaultcurrency value=$form->{defaultcurrency}>
 <input type=hidden name=fxgain_accno value=$form->{fxgain_accno}>
@@ -551,7 +551,7 @@ sub form_footer {
   <tr>
     <td><hr size=3 noshade></td>
   </tr>
-  <tr>   
+  <tr>
     <th class=listtop align=left>Dokumente im Webdav-Repository</th>
   </tr>
     <table width=100%>
@@ -560,7 +560,7 @@ sub form_footer {
 |;
     foreach $file (keys %{ $form->{WEBDAV} }) {
       $webdav_list .= qq|
-      <tr>     
+      <tr>
         <td align=left>$file</td>
         <td align=left><a href="$form->{WEBDAV}{$file}">$form->{WEBDAV}{$file}</a></td>
       </tr>
@@ -949,4 +949,3 @@ sub yes {
 
   $lxdebug->leave_sub();
 }
-