r21339 - htdocs/branches/beta - Remove the description from the rss feed so that it works again.
Cristian Marchi
cmarchi at code.gnucash.org
Sat Sep 24 15:36:45 EDT 2011
Author: cmarchi
Date: 2011-09-24 15:36:44 -0400 (Sat, 24 Sep 2011)
New Revision: 21339
Trac: http://svn.gnucash.org/trac/changeset/21339
Modified:
htdocs/branches/beta/atom.php
Log:
Remove the description from the rss feed so that it works again.
Modified: htdocs/branches/beta/atom.php
===================================================================
--- htdocs/branches/beta/atom.php 2011-09-24 17:56:11 UTC (rev 21338)
+++ htdocs/branches/beta/atom.php 2011-09-24 19:36:44 UTC (rev 21339)
@@ -66,11 +66,6 @@
<email>gnucash-devel at gnucash.org</email>
</author>
<updated><?= date_convert_news_to_atom($update_date) ?></updated>
- <summary>
- <? for ($i=2; $i<$n; $i++) {
- print htmlentities($fa[$i]);
- } ?>
- <summary>
</entry>
<?php
} ?>
More information about the gnucash-changes
mailing list