You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by js...@apache.org on 2006/05/02 10:00:29 UTC

svn commit: r398838 - /incubator/activemq/trunk/activemq-web-demo/src/main/webapp/index.html

Author: jstrachan
Date: Tue May  2 00:59:54 2006
New Revision: 398838

URL: http://svn.apache.org/viewcvs?rev=398838&view=rev
Log:
Use Atom 1.0 by default in demo

Modified:
    incubator/activemq/trunk/activemq-web-demo/src/main/webapp/index.html

Modified: incubator/activemq/trunk/activemq-web-demo/src/main/webapp/index.html
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activemq-web-demo/src/main/webapp/index.html?rev=398838&r1=398837&r2=398838&view=diff
==============================================================================
--- incubator/activemq/trunk/activemq-web-demo/src/main/webapp/index.html (original)
+++ incubator/activemq/trunk/activemq-web-demo/src/main/webapp/index.html Tue May  2 00:59:54 2006
@@ -47,7 +47,7 @@
 <ul>
 <li><a href="queueBrowse/FOO/BAR">Browse a queue</a></li>
 <li><a href="queueBrowse/FOO/BAR?view=xml">Browse a queue as XML</a></li>
-<li><a href="queueBrowse/FOO/BAR?view=rss&feedTyoe=atom_0.3">Browse a queue as Atom</a></li>
+<li><a href="queueBrowse/FOO/BAR?view=rss&feedType=atom_1.0">Browse a queue as Atom</a></li>
 <li><a href="queueBrowse/FOO/BAR?view=rss&feedType=rss_1.0">Browse a queue as RSS 1.0</a></li>
 <li><a href="queueBrowse/FOO/BAR?view=rss&feedType=rss_2.0">Browse a queue as RSS 2.0</a></li>
 </ul>