Changeset 4964


Ignore:
Timestamp:
04/14/14 11:45:43 (10 years ago)
Author:
Twan Goosen
Message:

fixed a potential ajax/markup id issue

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vlo/branches/vlo-3.0/vlo-web-app/src/main/java/eu/clarin/cmdi/vlo/wicket/panels/search/FacetPanel.html

    r4872 r4964  
    2727            <a wicket:id="collapse" class="collapsefacet"><span>collapse</span></a>
    2828            <h1><a wicket:id="titleToggle" href="#"><wicket:container wicket:id="title">[TITLE]</wicket:container></a></h1>
    29             <wicket:container wicket:id="facetValues" />
    30             <wicket:container wicket:id="facetSelection" />
     29            <div wicket:id="facetValues" />
     30            <div wicket:id="facetSelection" />
    3131        </wicket:panel>
    3232    </body>
Note: See TracChangeset for help on using the changeset viewer.