svn commit: r620640 - /lenya/trunk/src/webapp/lenya/xslt/menu/menubar2xhtml.xsl
[email protected] Mon, 11 Feb 2008 22:15:30 -0000
Newsgroups
gmane.comp.cms.lenya.cvs
Message-ID
<[email protected] >
Author: andreas
Date: Mon Feb 11 14:15:29 2008
New Revision: 620640
URL: http://svn.apache.org/viewvc?rev=620640&view=rev
Log:
[minor change] Removed unused namespace declaration.
Modified:
lenya/trunk/src/webapp/lenya/xslt/menu/menubar2xhtml.xsl
Modified: lenya/trunk/src/webapp/lenya/xslt/menu/menubar2xhtml.xsl
URL: http://svn.apache.org/viewvc/lenya/trunk/src/webapp/lenya/xslt/menu/menubar2xhtml.xsl?rev=620640&r1=620639&r2=620640&view=diff
==============================================================================
--- lenya/trunk/src/webapp/lenya/xslt/menu/menubar2xhtml.xsl (original)
+++ lenya/trunk/src/webapp/lenya/xslt/menu/menubar2xhtml.xsl Mon Feb 11 14:15:29 2008
@@ -21,7 +21,6 @@
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:i18n="http://apache.org/cocoon/i18n/2.1"
- xmlns:uc="http://apache.org/cocoon/lenya/usecase/1.0"
xmlns:menu="http://apache.org/cocoon/lenya/menubar/1.0"
xmlns="http://www.w3.org/1999/xhtml"
>