adjust term beacon for better finding ?
This commit is contained in:
parent
e527642485
commit
1ca96d0a9e
@ -1,5 +1,5 @@
|
|||||||
#ifndef lint
|
#ifndef lint
|
||||||
static char rcsid[] = "@(#$Id: plaintorich.cpp,v 1.25 2007-06-25 10:13:39 dockes Exp $ (C) 2005 J.F.Dockes";
|
static char rcsid[] = "@(#$Id: plaintorich.cpp,v 1.26 2007-07-13 07:00:36 dockes Exp $ (C) 2005 J.F.Dockes";
|
||||||
#endif
|
#endif
|
||||||
/*
|
/*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
@ -324,7 +324,7 @@ static string termBeacon(int i)
|
|||||||
{
|
{
|
||||||
return string("<a name=\"") + termAnchorName(i) + "\">"
|
return string("<a name=\"") + termAnchorName(i) + "\">"
|
||||||
#ifdef QT_SCROLL_TO_ANCHOR_BUG
|
#ifdef QT_SCROLL_TO_ANCHOR_BUG
|
||||||
+ "<font color=\"white\">" + firstTermBeacon + "</font>"
|
+ " " + firstTermBeacon + " "
|
||||||
#endif
|
#endif
|
||||||
+ "</a>";
|
+ "</a>";
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user