chiark / gitweb /
Merge branch 'readme' into 'main'
[ypp-sc-tools.main.git] / yarrg / web / autohandler
index 8096e66a61ba23b41181904fab5b596c5a2a5405..64e31fc9a66c93dc0ec7d4d362e96064fc576e4b 100644 (file)
@@ -35,6 +35,8 @@
 
 </%doc><%perl>
 
+no warnings qw(exec);
+
 use CommodsWeb;
 
 my $printable= printable($m);
@@ -94,11 +96,5 @@ $r->content_type('text/html; charset=UTF-8');
     which contains mostly contributions from YARRG users and is not
     covered by the AGPL.
 -->
-<style type="text/css">
-  body { margin: 0; }
-  div.navoptbar { padding: 1em; background: #e0e0ff; }
-  address { background: #d7d8b3; padding: 1em; }
-  div.docs { padding: 1em; }
-  hr { display: none; }
-</style>
+
 % $m->call_next();