Author: tchemit Date: 2008-04-24 13:06:57 +0000 (Thu, 24 Apr 2008) New Revision: 16 Modified: trunk/lutinrss/src/main/webapp/test.html Log: empty tag + title Modified: trunk/lutinrss/src/main/webapp/test.html =================================================================== --- trunk/lutinrss/src/main/webapp/test.html 2008-04-24 13:06:13 UTC (rev 15) +++ trunk/lutinrss/src/main/webapp/test.html 2008-04-24 13:06:57 UTC (rev 16) @@ -6,7 +6,7 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> - <title></title> + <title>Page de test rss</title> <style type="text/css"> div {border: solid black;} </style> @@ -15,12 +15,12 @@ </head> <body> <h1>Test RSS</h1> - <div id="lmi"></div> - <div id="lemonde"></div> - <div id="developpez"></div> - <div id="formatouvert"></div> - <div id="h2"></div> - <div id="opensi"></div> + <div id="lmi"/> + <div id="lemonde"/> + <div id="developpez"/> + <div id="formatouvert"/> + <div id="h2"/> + <div id="opensi"/> <script> rssinclude("http://www.lemondeinformatique.fr/flux-rss/open-source/rss.xml", "lmi", 5, "indat-natd");