From b8f446ba1876d331cb43659eeb2d0737b174cb5c Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Tue, 19 Nov 2013 00:10:26 +0100 Subject: [PATCH] Unbreak analysis.pl. --- www/analysis.pl | 2 +- www/app.psgi | 2 +- www/css/remoteglot.css | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/www/analysis.pl b/www/analysis.pl index b7e99b6..6169764 100755 --- a/www/analysis.pl +++ b/www/analysis.pl @@ -7,7 +7,7 @@ use AnyEvent; use strict; use warnings; -my $json_filename = "/srv/analysis.sesse.net/www/analysis.json"; +our $json_filename = "/srv/analysis.sesse.net/www/analysis.json"; my $cv = AnyEvent->condvar; my $updated = 0; diff --git a/www/app.psgi b/www/app.psgi index 2666248..172dced 100644 --- a/www/app.psgi +++ b/www/app.psgi @@ -19,7 +19,7 @@ if ($File::pushd::VERSION < 1.005) { print STDERR "Do not run in production!\n\n"; } -my $cgi = CGI::Compile->compile('/srv/analysis.sesse.net/analysis.pl'); +my $cgi = CGI::Compile->compile('/srv/analysis.sesse.net/www/analysis.pl'); my $handler = CGI::Emulate::PSGI->handler($cgi); sub { diff --git a/www/css/remoteglot.css b/www/css/remoteglot.css index 6cd931a..543a5b6 100644 --- a/www/css/remoteglot.css +++ b/www/css/remoteglot.css @@ -62,6 +62,8 @@ p { float: left; width: 400px; height: 400px; + margin-right: 1em; + margin-bottom: 1em; } #analysis { display: block; -- 2.39.2