Ticket #154: OpenGuides.pm.json.patch
| File OpenGuides.pm.json.patch, 0.5 kB (added by perigrin, 2 years ago) |
|---|
-
OpenGuides.pm
old new 569 569 $template = "rdf_index.tt"; 570 570 $conf{content_type} = "application/rdf+xml"; 571 571 } 572 elsif ( $args{format} eq "json" ) { 573 $template = "plain_index.tt"; 574 $conf{content_type} = "text/javascript"; 575 } 572 576 elsif ( $args{format} eq "plain" ) { 573 577 $template = "plain_index.tt"; 574 578 $conf{content_type} = "text/plain";
