Changeset 4215


Ignore:
Timestamp:
01/06/14 15:03:06 (10 years ago)
Author:
twagoo
Message:

fixed typo in faceted search page HTML that caused parsing failure

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vlo/branches/to-wicket-1.6-twagoo/vlo_web_app/src/main/java/eu/clarin/cmdi/vlo/pages/FacetedSearchPage.html

    r4212 r4215  
    1414                        <input wicket:id="searchQuery" type="text">
    1515                        <button wicket:id="searchSubmit"><wicket:message key="search"/></button>
    16                         <a class="helpLink" wicket:id="helpLink" width ="20%>"this will be replaced by wicket"</a>
     16                        <a class="helpLink" wicket:id="helpLink" width ="20%">"this will be replaced by wicket"</a>
    1717                    </div>
    1818
     
    4242                        </tfoot>                       
    4343                    </table>
    44                 </div>
    4544            </div>
     45        </div>
    4646        </div>
    4747        <br><br><br>
Note: See TracChangeset for help on using the changeset viewer.