Not the only error! The bottom of the page looks like:
<%@ include file="project-blurbs/glosung.jsp" %> <%@ include file="project-blurbs/bibledit.jsp" %> <%@ include file="project-blurbs/dreambeamer.jsp" %> <% } %> <% if ("About".equals((String)request.getParameter("section"))) { %> <%@ include file="pages/about.jsp" %> <% } %> <% if ("Publishers".equals((String)request.getParameter("section"))) { %> <%@ include file="pages/biblesocieties.jsp" %> <% } %> <% if ("Contact".equals((String)request.getParameter("section"))) { %> <%@ include file="pages/contact.jsp" %> <% } %> <% if ("FAQ".equals((String)request.getParameter("section"))) { %> <%@ include file="pages/faq.jsp" %> <% } %> <% if ("News".equals((String)request.getParameter("section"))) { %> <%@ include file="pages/news.jsp" %> <% } %> <% if ("Volunteers".equals((String)request.getParameter("section"))) { %> <%@ include file="pages/volunteers.jsp" %> <% } %> <% if ("Applications".equals((String)request.getParameter("section"))) { %> <%@ include file="pages/applications.jsp" %> <% } %> <%@ include file="include/crosswire_footer.jsp" %> -- David David Haslam wrote: > > 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-tp21032624p21032680.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