]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/login.pl
Whitespace an den Zeilenenden entfernt.
[mfinanz.git] / bin / mozilla / login.pl
index e6dd8e7a25648d5940e6cd90df698207451c9f06..cea155976c98b9ebda3d1ab9e62d654745e909b7 100644 (file)
@@ -99,7 +99,7 @@ sub login_screen {
              <tr>
                <th align=right>| . $locale->text('Login Name') . qq|</th>
                <td><input class=login name=login size=30 tabindex="1"></td>
-             </tr> 
+             </tr>
              <tr>
                <th align=right>| . $locale->text('Password') . qq|</th>
                <td><input class=login type=password name=password size=30 tabindex="2"></td>
@@ -119,7 +119,7 @@ sub login_screen {
     </td>
   </tr>
 </table>
-  
+
 </body>
 </html>
 |;
@@ -238,4 +238,3 @@ $myconfig{company}
 
   $lxdebug->leave_sub();
 }
-