You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by id...@apache.org on 2007/10/05 14:56:04 UTC

svn commit: r582237 - /myfaces/tobago/trunk/example/addressbook/src/main/webapp/WEB-INF/tags/layout/basic.tag

Author: idus
Date: Fri Oct  5 05:56:02 2007
New Revision: 582237

URL: http://svn.apache.org/viewvc?rev=582237&view=rev
Log:
adding tag file encoding to be able to use special characters in tag file

Modified:
    myfaces/tobago/trunk/example/addressbook/src/main/webapp/WEB-INF/tags/layout/basic.tag

Modified: myfaces/tobago/trunk/example/addressbook/src/main/webapp/WEB-INF/tags/layout/basic.tag
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/addressbook/src/main/webapp/WEB-INF/tags/layout/basic.tag?rev=582237&r1=582236&r2=582237&view=diff
==============================================================================
--- myfaces/tobago/trunk/example/addressbook/src/main/webapp/WEB-INF/tags/layout/basic.tag (original)
+++ myfaces/tobago/trunk/example/addressbook/src/main/webapp/WEB-INF/tags/layout/basic.tag Fri Oct  5 05:56:02 2007
@@ -15,6 +15,8 @@
  * limitations under the License.
 --%>
 
+<%@ tag pageEncoding="UTF-8" %>
+
 <%@ attribute name="title" %>
 
 <%@ taglib uri="http://myfaces.apache.org/tobago/component" prefix="tc" %>