[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Debian JP master SVN www commits (rev.1132)
=======================================================
Repository: /org/svn.debian.or.jp/repos
Revision: 1132
Commiter: henrich
Date: 2011-02-26 01:49:44 +0900 (土, 26 2月 2011)
=======================================================
Log:
revert it.
=======================================================
Changed:
U www/trunk/blosxom/plugins/rss10
Modified: www/trunk/blosxom/plugins/rss10
===================================================================
--- www/trunk/blosxom/plugins/rss10 2011-02-25 15:33:42 UTC (rev 1131)
+++ www/trunk/blosxom/plugins/rss10 2011-02-25 16:49:44 UTC (rev 1132)
@@ -32,8 +32,8 @@
sub story {
my($pkg, $path, $filename, $story_ref, $title_ref, $body_ref) = @_;
- $title = $$title_ref;
- $description = $$body_ref;
+ $title = &strip_html($$title_ref);
+ $description = &strip_html($$body_ref);
$items .= qq{ <rdf:li rdf:resource="$blosxom::url$path/$filename.html"/>\n};
1;