svn commit: r634467 - /lenya/sandbox/modules/externallinks/config/sitemap/transformers.xmap
[email protected] Thu, 06 Mar 2008 23:56:07 -0000
Newsgroups
gmane.comp.cms.lenya.cvs
Message-ID
<[email protected] >
Author: andreas
Date: Thu Mar 6 15:56:03 2008
New Revision: 634467
URL: http://svn.apache.org/viewvc?rev=634467&view=rev
Log:
Add message attribute to broken external links.
Modified:
lenya/sandbox/modules/externallinks/config/sitemap/transformers.xmap
Modified: lenya/sandbox/modules/externallinks/config/sitemap/transformers.xmap
URL: http://svn.apache.org/viewvc/lenya/sandbox/modules/externallinks/config/sitemap/transformers.xmap?rev=634467&r1=634466&r2=634467&view=diff
==============================================================================
--- lenya/sandbox/modules/externallinks/config/sitemap/transformers.xmap (original)
+++ lenya/sandbox/modules/externallinks/config/sitemap/transformers.xmap Thu Mar 6 15:56:03 2008
@@ -28,7 +28,7 @@
<transform namespace="http://www.w3.org/1999/xhtml" element="link" attribute="href"/>
<transform namespace="http://www.w3.org/1999/xhtml" element="form" attribute="action"/>
<transform namespace="http://www.w3.org/1999/xhtml" element="script" attribute="src"/>
- <markBrokenLinks attribute="class" value="brokenlink"/>
+ <markBrokenLinks attribute="class" value="brokenlink" messageAttribute="title"/>
</map:transformer>
</xmap>