X-Git-Url: https://git.deb.at/?p=deb%2Fpackages.git;a=blobdiff_plain;f=cgi-bin%2Fdispatcher.pl;h=5f0b0ef4d5c5daa2a83afb0bd0a497bbe610092d;hp=22fc691c84dd33185ccb8bb69d5cacc805462aea;hb=01393b020237bbfa4571d41cc98899b4d25acd8b;hpb=a4c9c1c1debdde95b8e83e85ada074de0fc035d5 diff --git a/cgi-bin/dispatcher.pl b/cgi-bin/dispatcher.pl index 22fc691..5f0b0ef 100755 --- a/cgi-bin/dispatcher.pl +++ b/cgi-bin/dispatcher.pl @@ -192,7 +192,7 @@ my %params_def = ( keywords => { default => undef, arch => { default => 'any', match => '^([\w-]+)$', array => ',', var => \@archs, replace => { any => \@ARCHITECTURES } }, - format => { default => 'html', match => '^(\w+)$', }, + format => { default => 'html', match => '^([\w.]+)$', }, mode => { default => undef, match => '^(\w+)$', }, ); my %opts;