You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Igor Vaynberg (JIRA)" <ji...@apache.org> on 2008/10/29 18:50:44 UTC

[jira] Resolved: (WICKET-1901) Spelling error in fonts list in CaptchaImageResource

     [ https://issues.apache.org/jira/browse/WICKET-1901?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg resolved WICKET-1901.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.4-M4
                   1.3.6
         Assignee: Igor Vaynberg

> Spelling error in fonts list in CaptchaImageResource
> ----------------------------------------------------
>
>                 Key: WICKET-1901
>                 URL: https://issues.apache.org/jira/browse/WICKET-1901
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.3.4, 1.3.5
>            Reporter: Matthias Keller
>            Assignee: Igor Vaynberg
>             Fix For: 1.3.6, 1.4-M4
>
>
> In  org.apache.wicket.extensions.markup.html.captcha.CaptchaImageResource  there's a spelling error in the font list used which leads to the first entry being useless:
> 124:  private List fontNames = Arrays.asList(new String[] { "Helventica", "Arial", "Courier" });
> Helventica should be Helvetica

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.