Windows XP has IE8, and it can handle the CSS we have in the TPAC.
However, the "compatibility view" button, if clicked, actually results
in horribly broken rendering (contrary to what one would expect).
Adding this <meta> tag prevents the compatibility view button from
displaying and should improve the experience for users.
Signed-off-by: Dan Scott <dscott@laurentian.ca>
Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Signed-off-by: Dan Wells <dbw2@calvin.edu>
<html lang='[% ctx.locale.replace('_', '-') %]'>
<head>
<meta charset="utf-8" />
+ <meta http-equiv="X-UA-Compatible" content="IE=edge" />
[% IF ctx.refresh %]
<meta http-equiv="refresh" content="[% ctx.refresh %]">
[% ELSIF ctx.authtime %]