07-21-2009 01:23 PM
<meta http-equiv="content-type" content="application/xhtml+xml;charset=utf-8" />
in my template but Freemarker/Surf doesn't seem to take care about.<?xml version='1.0' encoding='UTF-8'?>
<page>
<id>main</id>
<title>The main page</title>
<template-instance>site</template-instance>
<authentication>user</authentication>
</page>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="content-type" content="application/xhtml+xml;charset=utf-8" />
<link rel="stylesheet" href="${url.context}/css/style.css" type="text/css" />
<title>${page.title}</title>
</head>
<body>
<div id="site">
<@region id="header" scope="global" />
<@region id="left" scope="global" />
<@region id="content" scope="page" />
</div>
</body>
</html>
04-13-2012 12:39 PM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.