зеркало из https://github.com/mozilla/pjs.git
TARGET=_content for hrefs. With this we can now have the spacetrace
sidebar :-)
This commit is contained in:
Родитель
f25959a741
Коммит
b7b32f09ef
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
Загрузка…
Ссылка в новой задаче