one minor font bug

This commit is contained in:
Eric J. Bowersox 2001-11-05 07:23:18 +00:00
parent e1d22e1082
commit fe352efbd1

View File

@ -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)