Merge branch 'opac-tt-poc' of ssh://yeti.esilibrary.com/home/evergreen/evergreen...
authorsenator <lebbeous@esilibrary.com>
Mon, 14 Mar 2011 21:57:04 +0000 (17:57 -0400)
committersenator <lebbeous@esilibrary.com>
Mon, 14 Mar 2011 21:57:04 +0000 (17:57 -0400)
1  2 
Open-ILS/web/templates/default/opac/parts/header.tt2

@@@ -1,7 -1,8 +1,8 @@@
  [%- USE money = format(l('$%.2f'));
      USE date;
 -    USE CGI = CGIUTF8;
 +    USE CGI = CGI_utf8;
      USE EGI18N;
+     USE POSIX;
      SET DATE_FORMAT = l('%m/%d/%Y');
  
      # Don't wrap in l() here; do that where this format string is actually used.