librefm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Librefm-commits] [1403] RDFa fixes.


From: Toby Inkster
Subject: [Librefm-commits] [1403] RDFa fixes.
Date: Fri, 08 May 2009 09:00:35 +0000

Revision: 1403
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1403
Author:   tobyink
Date:     2009-05-08 09:00:33 +0000 (Fri, 08 May 2009)
Log Message:
-----------
RDFa fixes.

Modified Paths:
--------------
    trunk/nixtape/themes/librefm/templates/maxiprofile.tpl
    trunk/nixtape/themes/librefm/templates/user-profile.tpl

Modified: trunk/nixtape/themes/librefm/templates/maxiprofile.tpl
===================================================================
--- trunk/nixtape/themes/librefm/templates/maxiprofile.tpl      2009-05-08 
05:12:02 UTC (rev 1402)
+++ trunk/nixtape/themes/librefm/templates/maxiprofile.tpl      2009-05-08 
09:00:33 UTC (rev 1403)
@@ -10,7 +10,7 @@
        </span>
        {/if}
 
-       <h2 property="dc:title">{$me->name|escape:'html':'UTF-8'}'s profile</h2>
+       <h2 about="" property="dc:title">{$me->name|escape:'html':'UTF-8'}'s 
profile</h2>
 
        <dl>
                <dt>

Modified: trunk/nixtape/themes/librefm/templates/user-profile.tpl
===================================================================
--- trunk/nixtape/themes/librefm/templates/user-profile.tpl     2009-05-08 
05:12:02 UTC (rev 1402)
+++ trunk/nixtape/themes/librefm/templates/user-profile.tpl     2009-05-08 
09:00:33 UTC (rev 1403)
@@ -7,7 +7,7 @@
 <!-- We should try to make this list work like the gobbles list. -->
 <dl class='now-playing'>
     {section name=i loop=$nowplaying}
-    <dt class='track-name {if $scrobbles[i].license > 0}libre{/if}'><a 
class="fn" property="dc:title" rel="foaf:page" 
href="{$nowplaying[i].trackurl|escape:'html':'UTF-8'}">{$nowplaying[i].track|escape:'html':'UTF-8'}</a></dt>
+    <dt class='track-name {if $scrobbles[i].license > 0}libre{/if}'><a 
href="{$nowplaying[i].trackurl|escape:'html':'UTF-8'}">{$nowplaying[i].track|escape:'html':'UTF-8'}</a></dt>
     <dd>by <span class='artist-name'><a 
href='{$nowplaying[i].artisturl|escape:'html':'UTF-8'}'>{$nowplaying[i].artist|escape:'html':'UTF-8'}</a></span></dd>
     <dd>with <span class='gobbler'>{$nowplaying[i].clientstr}</span></dd>
     {/section}





reply via email to

[Prev in Thread] Current Thread [Next in Thread]