Changeset 1602

Show
Ignore:
Timestamp:
10/10/06 13:33:23 (2 years ago)
Author:
mbonetti
Message:

<strike> is not in the xhtml1-strict DTD

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/gregarius/admin/channels.php

    r1601 r1602  
    174174        .((getConfig('rss.output.showfavicons') && $icon != "")? 
    175175          "<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>" 
    177177        ."</td>\n" 
    178178        ."\t<td class=\"cntr\">".preg_replace('/ /','&nbsp;',$parentLabel)."</td>\n"