]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/graphs/tools/draw_graph.cgi
...
[helm.git] / helm / graphs / tools / draw_graph.cgi
index 7a11ab50056d0664477fe6d8ccf00fe5cf5e160e..d5d5b4a82ac0d25efde06a224e46d518b02ca25f 100755 (executable)
@@ -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).'&param.PID='.$$;
+           $url = $url.'&param.PID='.$$;
            print "URL: $url\n";
 
             my $ua = LWP::UserAgent->new;