|
|
|
@ -239,8 +239,9 @@ public class FvsGuidePane extends JPanel {
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
if (showGuideLink) { |
|
|
|
|
htmlBuilder.append("<a href=\"").append(guideUrl()).append("\">").append(linkContent).append("</a></div>"); |
|
|
|
|
htmlBuilder.append("<a href=\"").append(guideUrl()).append("\">").append(linkContent).append("</a>"); |
|
|
|
|
} |
|
|
|
|
htmlBuilder.append("</div>"); |
|
|
|
|
return htmlBuilder.toString(); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|