The top of the main page has this today, as viewed in Firefox 3.0.4 <%@ page import="java.util.Vector" %> <% String ua = request.getHeader( "User-Agent" ); boolean isMSIE = ( ua != null && ua.indexOf( "MSIE" ) != -1 ); response.setHeader( "Vary", "User-Agent" ); %> <% if( isMSIE ){ %> <% } else { %> <% } %> <%@ include file="include/crosswire_header.jsp" %> <%@ include file="include/crosswire_menu.jsp" %> <% if (request.getParameter("section") == null) { %>
-- David -- View this message in context: http://www.nabble.com/Website-error-in-Firefox-tp21032624p21032624.html Sent from the SWORD Dev mailing list archive at Nabble.com. _______________________________________________ sword-devel mailing list: sword-devel@crosswire.org http://www.crosswire.org/mailman/listinfo/sword-devel Instructions to unsubscribe/change your settings at above page