Neues Menu von Holger L.
[kivitendo-erp.git] / bin / mozilla / licenses.pl
index 4efab2f..300673a 100644 (file)
@@ -291,8 +291,7 @@ sub add {
   $lxdebug->enter_sub();
   if (!$lizenzen) {
     $form->error(
-                 $locale->text(
-                   'The licensing module has been deactivated in lx-erp.conf.')
+                 $locale->text('The licensing module has been deactivated in lx-erp.conf.')
     );
   }
 
@@ -493,7 +492,7 @@ sub search {
       </tr>
     </table>
   </tr>
-  <tr><td colspan=4><hr size=3 noshade></td></tr>                               
+  <tr><td colspan=4><hr size=3 noshade></td></tr>
 </table>
 
 <input type=hidden name=nextsub value=\"do_search\">
@@ -543,8 +542,7 @@ sub do_search {
         |);
   if (scalar(@{ $form->{"licenses"} }) == 0) {
     print(qq|</table>|
-            . $locale->text(
-                      "No licenses were found that match the search criteria.")
+            . $locale->text("No licenses were found that match the search criteria.")
             . qq|</body></html>|);
     exit(0);
   }