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
Родитель a3e4cc3741
Коммит 5b519968f0
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -2387,7 +2387,7 @@ void htmlAnchor(const char* aHref, const char* aText)
*/
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
{