X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fgraphs%2Ftools%2Fdraw_graph.cgi;h=d5d5b4a82ac0d25efde06a224e46d518b02ca25f;hb=75b31b34ac5cb0c4a80bc9bebd89797b90461656;hp=7a11ab50056d0664477fe6d8ccf00fe5cf5e160e;hpb=5efc24038e24e64e39ec33d4c8f09e1fc6948366;p=helm.git diff --git a/helm/graphs/tools/draw_graph.cgi b/helm/graphs/tools/draw_graph.cgi index 7a11ab500..d5d5b4a82 100755 --- a/helm/graphs/tools/draw_graph.cgi +++ b/helm/graphs/tools/draw_graph.cgi @@ -22,7 +22,7 @@ while (my $c = $d->accept) { my $http_query = $r->url->equery; my $cgi = new CGI("$http_query"); my $url = $cgi->param('url'); - $url = uri_unescape($url).'¶m.PID='.$$; + $url = $url.'¶m.PID='.$$; print "URL: $url\n"; my $ua = LWP::UserAgent->new;