Fixed link elements to play nice in STS.
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
<spring:url value="/resources/spring/Spring.js" var="spring_url" />
|
||||
<spring:url value="/resources/spring/Spring-Dojo.js" var="spring_dojo_url" />
|
||||
<spring:url value="/resources/images/favicon.ico" var="favicon" />
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="${roo_css_url}"><!-- required for FF3 and Opera --></link>
|
||||
<link rel="stylesheet" type="text/css" href="${tundra_url}"><!-- required for FF3 and Opera --></link>
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="${roo_css_url}" /><!-- required for FF3 and Opera -->
|
||||
<link rel="stylesheet" type="text/css" href="${tundra_url}" /><!-- required for FF3 and Opera -->
|
||||
<link rel="SHORTCUT ICON" href="${favicon}" />
|
||||
|
||||
<!-- Get the user local from the page context (it was set by Spring MVC's locale resolver) -->
|
||||
|
||||
Reference in New Issue
Block a user