You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by sn...@apache.org on 2006/11/16 17:11:07 UTC

svn commit: r475791 - /incubator/roller/trunk/sandbox/planetroller/templates/html.vm

Author: snoopdave
Date: Thu Nov 16 08:11:06 2006
New Revision: 475791

URL: http://svn.apache.org/viewvc?view=rev&rev=475791
Log:
Fixing incorrect property name in default HTML template

Modified:
    incubator/roller/trunk/sandbox/planetroller/templates/html.vm

Modified: incubator/roller/trunk/sandbox/planetroller/templates/html.vm
URL: http://svn.apache.org/viewvc/incubator/roller/trunk/sandbox/planetroller/templates/html.vm?view=diff&rev=475791&r1=475790&r2=475791
==============================================================================
--- incubator/roller/trunk/sandbox/planetroller/templates/html.vm (original)
+++ incubator/roller/trunk/sandbox/planetroller/templates/html.vm Thu Nov 16 08:11:06 2006
@@ -45,7 +45,7 @@
             <img src="opml.png" alt="OPML Subscriptions" border="0"></a>
          <h3>Subscriptions</h3>
          #foreach ($sub in $group.subscriptions)
-         <a href="$sub.siteUrl">$sub.title</a> <a href="$sub.feedUrl">(feed)</a>
+         <a href="$sub.siteURL">$sub.title</a> <a href="$sub.feedURL">(feed)</a>
          <br/>
          #end
       </td>