TARGET=_content for hrefs. With this we can now have the spacetrace

sidebar :-)
This commit is contained in:
dp%netscape.com 2001-12-20 06:48:50 +00:00
Родитель f25959a741
Коммит b7b32f09ef
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -2387,7 +2387,7 @@ void htmlAnchor(const char* aHref, const char* aText)
*/ */
if(0 != anchorLive) if(0 != anchorLive)
{ {
PR_fprintf(globals.mRequest.mFD, "<a href=\"./%s\">%s</a>\n", aHref, aText); PR_fprintf(globals.mRequest.mFD, "<a target=_content href=\"./%s\">%s</a>\n", aHref, aText);
} }
else else
{ {