librefm-commits
[Top][All Lists]
Advanced

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

[Librefm-commits] [1079] stripping the </a> immediately is probably not


From: Clint Adams
Subject: [Librefm-commits] [1079] stripping the </a> immediately is probably not wanted.
Date: Thu, 30 Apr 2009 20:30:51 +0000

Revision: 1079
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1079
Author:   clint
Date:     2009-04-30 20:30:51 +0000 (Thu, 30 Apr 2009)
Log Message:
-----------
stripping the </a> immediately is probably not wanted.

Modified Paths:
--------------
    branches/stable/nixtape/data/Server.php

Modified: branches/stable/nixtape/data/Server.php
===================================================================
--- branches/stable/nixtape/data/Server.php     2009-04-30 20:28:56 UTC (rev 
1078)
+++ branches/stable/nixtape/data/Server.php     2009-04-30 20:30:51 UTC (rev 
1079)
@@ -197,7 +197,7 @@
                        } elseif($row["free"] == "Y") {
                                $clientstr = "<a href=\"" . 
strip_tags(stripslashes($row["url"])) . "\">" . 
strip_tags(stripslashes($row["name"])) . "</a>";
                        } else {
-                               $clientstr = "<a 
href=\"http://en.wikipedia.org/wiki/Category:Free_media_players\";>" . 
strip_tags(stripslashes($row["name"]) . "</a>");
+                               $clientstr = "<a 
href=\"http://en.wikipedia.org/wiki/Category:Free_media_players\";>" . 
strip_tags(stripslashes($row["name"])) . "</a>";
                        }
                        $row["clientstr"] = $clientstr;
                        $row["userurl"] = Server::getUserURL($row["username"]);





reply via email to

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