]> git.evergreen-ils.org Git - 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 Wells <dbw2@calvin.edu>
Wed, 25 Sep 2013 22:45:14 +0000 (18:45 -0400)
commit16fde03781c4efc9dc2d1f64819515603f24d9ed
treee440442002a7d050d8c84e373184d822ef114a59
parent64776b44b39a60aed9e67ee1aa418df9e8677ece
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>
Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Signed-off-by: Dan Wells <dbw2@calvin.edu>
Open-ILS/src/templates/opac/parts/base.tt2