You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2008/03/07 00:56:07 UTC

svn commit: r634467 - /lenya/sandbox/modules/externallinks/config/sitemap/transformers.xmap

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>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org