double spacing on torrent details

Started by MrRep, September 09, 2011, 07:15:24 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

MrRep


Rich

From memory in details.php

Find
if (!empty($row["descr"]))
    $HTMLOUT .= "<tr><td style='vertical-align:top'><b>{$lang['details_description']}</b></td><td><a href=\"javascript: klappe_news('a1')\"><img border=\"0\" src=\"pic/plus.gif\" id=\"pica1\" alt=\"[Hide/Show]\" /></a><div id=\"ka1\" style=\"display: none;\"><div style='background-color:#d9e2ff;width:100%;height:150px;overflow: auto'>". str_replace(array("\n", "  "), array("<br />\n", "&nbsp; "), format_comment( $row["descr"] ))."</div></div></td></tr>";


Replace
if (!empty($row["descr"]))
    $HTMLOUT .= "<tr><td style='vertical-align:top'><b>{$lang['details_description']}</b></td><td><a href=\"javascript: klappe_news('a1')\"><img border=\"0\" src=\"pic/plus.gif\" id=\"pica1\" alt=\"[Hide/Show]\" /></a><div id=\"ka1\" style=\"display: none;\"><div style='background-color:#d9e2ff;width:100%;height:150px;overflow: auto'>". str_replace(array("\n", "  "), array("\n", "&nbsp; "), format_comment( $row["descr"] ))."</div></div></td></tr>";

MrRep

ok, anyone know how to remove the double line spacing on the torrents details, totally does my head in lol

Thanks