|
|
[Perlfect-search] meta tag description
Daniel Naber perlfect-search@perlfect.com
Tue, 11 Jun 2002 19:51:53 +0200
On Tuesday 11 June 2002 13:32, Yves Hanotiau wrote:
> I'm using the metatag "description" and I would like to see my
> description in 2 lines.
You need to use <br> to add line breaks. You will also have to change a
line in indexer.pl so that the HTML isn't removed:
change line 390:
$desc_db{$doc_id} = removeHTML($desc);
to:
$desc_db{$doc_id} = $desc;
Regards
Daniel
--
http://www.danielnaber.de
|
|