librefm-commits
[Top][All Lists]
Advanced

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

[Librefm-commits] [1419] more bug fuxes


From: Toby Inkster
Subject: [Librefm-commits] [1419] more bug fuxes
Date: Fri, 08 May 2009 16:30:42 +0000

Revision: 1419
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1419
Author:   tobyink
Date:     2009-05-08 16:30:39 +0000 (Fri, 08 May 2009)
Log Message:
-----------
more bug fuxes

Modified Paths:
--------------
    trunk/nixtape/album.php
    trunk/nixtape/artist.php

Modified: trunk/nixtape/album.php
===================================================================
--- trunk/nixtape/album.php     2009-05-08 16:24:13 UTC (rev 1418)
+++ trunk/nixtape/album.php     2009-05-08 16:30:39 UTC (rev 1419)
@@ -41,7 +41,7 @@
                        'rel' => 'meta',
                        'type' => 'application/rdf+xml' ,
                        'title' => 'Album Metadata',
-                       'href' => 
$base_url.'/rdf.php?fmt=xml&page='.urlencode(htmlentities(str_replace($base_url,
 '', $album>getURL())))
+                       'href' => 
$base_url.'/rdf.php?fmt=xml&page='.urlencode(htmlentities(str_replace($base_url,
 '', $album->getURL())))
                        )
        ));
        

Modified: trunk/nixtape/artist.php
===================================================================
--- trunk/nixtape/artist.php    2009-05-08 16:24:13 UTC (rev 1418)
+++ trunk/nixtape/artist.php    2009-05-08 16:30:39 UTC (rev 1419)
@@ -47,7 +47,7 @@
                        'rel' => 'meta',
                        'type' => 'application/rdf+xml' ,
                        'title' => 'FOAF',
-                       'href' => 
$base_url.'/rdf.php?fmt=xml&page='.urlencode(str_replace($base_url, '', 
$artist>getURL()))
+                       'href' => 
$base_url.'/rdf.php?fmt=xml&page='.urlencode(str_replace($base_url, '', 
$artist->getURL()))
                        )
        ));
 





reply via email to

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