one minor font bug
This commit is contained in:
parent
e1d22e1082
commit
fe352efbd1
|
@ -76,7 +76,7 @@ public class MenuSIG implements ComponentRender, ColorSelectors
|
|||
|
||||
public void renderHere(Writer out, RenderData rdat) throws IOException
|
||||
{
|
||||
String hilite = rdat.getStdFontTag(LEFT_LINK,2);
|
||||
String hilite = "<FONT COLOR=\"" + rdat.getStdColor(LEFT_LINK) + "\">";
|
||||
if (image_url!=null)
|
||||
{ // display the image by URL
|
||||
if (image_url_needs_fixup)
|
||||
|
|
Loading…
Reference in New Issue
Block a user