[sword-svn] r383 - trunk/webapp/layouts
scribe at crosswire.org
scribe at crosswire.org
Thu Jul 29 01:07:21 MST 2010
Author: scribe
Date: 2010-07-29 01:07:21 -0700 (Thu, 29 Jul 2010)
New Revision: 383
Modified:
trunk/webapp/layouts/base-layout.jsp
Log:
correctly end meta tag
Modified: trunk/webapp/layouts/base-layout.jsp
===================================================================
--- trunk/webapp/layouts/base-layout.jsp 2010-07-16 07:28:22 UTC (rev 382)
+++ trunk/webapp/layouts/base-layout.jsp 2010-07-29 08:07:21 UTC (rev 383)
@@ -27,7 +27,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<%= lang %>" lang="<%= lang %>">
<head profile="http://www.w3.org/2000/08/w3c-synd/#">
-<meta name="keywords" content="<%= metaContent %>">
+<meta name="keywords" content="<%= metaContent %>" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title><t:t>OSIS Web: </t:t><tiles:getAsString name="title"/></title>
More information about the sword-cvs
mailing list