summaryrefslogtreecommitdiff
path: root/lib/WebCoso/Maker/XHTML.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/WebCoso/Maker/XHTML.pm')
-rw-r--r--lib/WebCoso/Maker/XHTML.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/WebCoso/Maker/XHTML.pm b/lib/WebCoso/Maker/XHTML.pm
index ea50ec5..47e2832 100644
--- a/lib/WebCoso/Maker/XHTML.pm
+++ b/lib/WebCoso/Maker/XHTML.pm
@@ -3,6 +3,6 @@ use WebCoso::Maker;
class WebCoso::Maker::XHTML does WebCoso::Maker['du.xml','xhtml'] {
method process-contents($du) {
my $stylesheet = $.get-file('du2xhtml.xsl');
- return ("{$du.contents} converted",$stylesheet);
+ return ("{$du.contents} converted ({$stylesheet.contents})",$stylesheet);
}
}