From 7b86939ae2a67ebf9976c4d75164db7a501cda7a Mon Sep 17 00:00:00 2001 From: Jeremy Grelle Date: Mon, 30 Jun 2008 20:29:40 +0000 Subject: [PATCH] UTF-8 Encoding explicitly set --- .../src/main/webapp/WEB-INF/layouts/standard.xhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-webflow-samples/booking-faces/src/main/webapp/WEB-INF/layouts/standard.xhtml b/spring-webflow-samples/booking-faces/src/main/webapp/WEB-INF/layouts/standard.xhtml index 5bf89d13..442e7c8e 100644 --- a/spring-webflow-samples/booking-faces/src/main/webapp/WEB-INF/layouts/standard.xhtml +++ b/spring-webflow-samples/booking-faces/src/main/webapp/WEB-INF/layouts/standard.xhtml @@ -4,7 +4,7 @@ xmlns:f="http://java.sun.com/jsf/core" xmlns:c="http://java.sun.com/jstl/core" xmlns:sf="http://www.springframework.org/tags/faces"> - + Spring Faces: Hotel Booking Sample Application