Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [misteraven] Finding/Removing Bullet points (<ul> & <li>)

Quote Reply
Re: [misteraven] Finding/Removing Bullet points (<ul> & <li>) In reply to
I think these are both part of the core code. You will need to write a global to rewrite the returned code unless you are willing to edit the files.

$category_results .= "<li>$title\n"; is in Search.pm

and

push @output, qq~<li><a href="$CFG->{build_new_url}/$date$CFG->{build_extension}">$long_date</a> ($count)~;

is in Build.pm
Subject Author Views Date
Thread Finding/Removing Bullet points (<ul> & <li>) misteraven 998 Apr 15, 2003, 1:26 PM
Thread Re: [misteraven] Finding/Removing Bullet points (<ul> & <li>)
afinlr 962 Apr 15, 2003, 1:51 PM
Post Re: [afinlr] Finding/Removing Bullet points (<ul> & <li>)
misteraven 943 Apr 15, 2003, 5:56 PM