git-svn-id: http://xe-core.googlecode.com/svn/trunk@262 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-03-06 01:30:29 +00:00
parent 31bfa47594
commit 3e23bb535f
4 changed files with 51 additions and 22 deletions

View file

@ -9,7 +9,9 @@
var $default_rss_type = "rss20";
var $rss_types = array(
"rss20" => "rss2.0"
"rss20" => "rss 2.0",
"rss10" => "rss 1.0",
"atom03" => "atom 0.3",
);
}