Origin author mistake jquery-ui for query-ui

Signed-off-by: pengfu <pengfoo@126.com>
This commit is contained in:
pengfu 2016-03-08 19:36:53 +08:00
parent 9ad12d39e4
commit 1713a960c2

View file

@ -26,6 +26,6 @@ PetClinic :: a Spring Framework demonstration
<script src="${jQueryUiDatePicker}"></script>
<!-- jquery-ui.css file is not that big so we can afford to load it -->
<spring:url value="/vendors/query-ui/themes/base/jquery.ui.base.css" var="jQueryUiCss"/>
<spring:url value="/vendors/jquery-ui/themes/base/jquery.ui.base.css" var="jQueryUiCss"/>
<link href="${jQueryUiCss}" rel="stylesheet"></link>
</head>