]> git.evergreen-ils.org Git - working/Evergreen.git/commit
TPAC: Prevent IE compatibility view
authorDan Scott <dscott@laurentian.ca>
Tue, 24 Sep 2013 14:51:36 +0000 (10:51 -0400)
committerDan Scott <dscott@laurentian.ca>
Tue, 24 Sep 2013 15:20:31 +0000 (11:20 -0400)
commit68d50f2678eb6c558623bfd2c764bc51ec789d5f
treee440442002a7d050d8c84e373184d822ef114a59
parentcf9ead465f16bd259d99923408336f478ebbb555
TPAC: Prevent IE compatibility view

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>
Open-ILS/src/templates/opac/parts/base.tt2