You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Jan Kriesten (JIRA)" <ji...@apache.org> on 2008/04/25 10:03:55 UTC

[jira] Updated: (WICKET-1564) filter-restore script-tag isn't xhtml-valid

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

Jan Kriesten updated WICKET-1564:
---------------------------------

    Description: 
The script-tag needs to be modified from <script>...</script> to

<script type="text/javascript">...</script>

File: org/apache/wicket/extensions/markup/html/repeater/data/table/filter/FilterForm.java

  was:
The script-tag needs to be modified from <script>...</script> to

<script type="text/javascript">...</script>


> filter-restore script-tag isn't xhtml-valid
> -------------------------------------------
>
>                 Key: WICKET-1564
>                 URL: https://issues.apache.org/jira/browse/WICKET-1564
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-extensions
>    Affects Versions: 1.3.3
>            Reporter: Jan Kriesten
>            Priority: Trivial
>
> The script-tag needs to be modified from <script>...</script> to
> <script type="text/javascript">...</script>
> File: org/apache/wicket/extensions/markup/html/repeater/data/table/filter/FilterForm.java

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