Added Support link to header and footer link lists. Modified firstLastList macro so it doesn't require delimiters separating the list items.

This commit is contained in:
rjy7 2010-06-09 19:37:16 +00:00
parent 1aa4bb00d6
commit 4e168078c6
5 changed files with 89 additions and 22 deletions

View file

@ -64,7 +64,6 @@ public class FreeMarkerSetup implements ServletContextListener {
try {
cfg.setSetting("url_escaping_charset", "ISO-8859-1");
} catch (TemplateException e) {
// TODO Auto-generated catch block
log.error("Error setting value for url_escaping_charset.");
}