Changeset 1602 for trunk/gregarius/admin/channels.php
- Timestamp:
- 10/10/06 13:33:23 (2 years ago)
- Files:
-
- 1 modified
-
trunk/gregarius/admin/channels.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/gregarius/admin/channels.php
r1601 r1602 174 174 .((getConfig('rss.output.showfavicons') && $icon != "")? 175 175 "<img src=\"$icon\" class=\"favicon\" alt=\"\" width=\"16\" height=\"16\" />":"") 176 ."<label for=\"scb_$id\" >".($dead ? "<strike>" : "").$title.($dead ? "</strike>" : "")."</label>"176 ."<label for=\"scb_$id\"".($dead ? ' style="text-decoration:line-through">' : ">").$title."</label>" 177 177 ."</td>\n" 178 178 ."\t<td class=\"cntr\">".preg_replace('/ /',' ',$parentLabel)."</td>\n"
