[dev] [patch] more link header classes

Roel Gloudemans roel at gloudemans.info
Sun Nov 27 23:28:03 PST 2005


Jonah and Klutz contain a link of class header in a header. This patch 
removes the header class from the link.

Cheers,
Roel.
-------------- next part --------------
--- ./jonah/lib/Block/news.php.org	2005-11-28 08:17:41.000000000 +0100
+++ ./jonah/lib/Block/news.php	2005-11-28 08:18:29.000000000 +0100
@@ -73,7 +73,7 @@
         $channel = $news->getChannel($this->_params['source']);
 
         if (!empty($channel['channel_link'])) {
-            $html = '<a class="header" target="_blank" href="' . $channel['channel_link'] . '">' . $channel['channel_name'] . '</a>';
+            $html = '<a target="_blank" href="' . $channel['channel_link'] . '">' . $channel['channel_name'] . '</a>';
         } else {
             $html = $channel['channel_name'];
         }
-------------- next part --------------
A non-text attachment was scrubbed...
Name: klutz.patch
Type: application/octet-stream
Size: 501 bytes
Desc: not available
Url : http://lists.horde.org/archives/dev/attachments/20051127/06a91b6f/klutz.obj


More information about the dev mailing list