[Gnucash-changes] r14294 - htdocs/trunk - more validation problems

Joshua Sled jsled at cvs.gnucash.org
Thu Jun 1 21:39:20 EDT 2006


Author: jsled
Date: 2006-06-01 21:39:20 -0400 (Thu, 01 Jun 2006)
New Revision: 14294
Trac: http://svn.gnucash.org/trac/changeset/14294

Modified:
   htdocs/trunk/atom-feed.php
Log:
more validation problems

Modified: htdocs/trunk/atom-feed.php
===================================================================
--- htdocs/trunk/atom-feed.php	2006-06-02 01:34:18 UTC (rev 14293)
+++ htdocs/trunk/atom-feed.php	2006-06-02 01:39:20 UTC (rev 14294)
@@ -49,16 +49,15 @@
   <entry>
     <id>urn:x-gnucash:news:<?= urlencode($key) ?></id>
     <title><?= $title ?></title>
-    <updated><?= str_replace(' ', 'T', $update_date) ?>-08:00</updated>
-    <content type="xhtml">
-      <div xmlns="http://www.w3.org/1999/xhtml">
+    <updated><?= str_replace(' ', 'T', $update_date) ?>:00-08:00</updated>
+    <content type="html">
         <? for ($i=2; $i<$n; $i++) {
-            print $fa[$i];
+            print urlencode($fa[$i]);
         } ?>
       </div>
     </content>
   </entry>
   <?php } ?>
 
-  <updated><?= str_replace(' ', 'T', $most_recent) ?>-08:00</updated>
+  <updated><?= str_replace(' ', 'T', $most_recent) ?>:00-08:00</updated>
 </feed>



More information about the gnucash-changes mailing list