Author: andyhot
Date: Tue Dec 12 11:51:51 2006
New Revision: 486293
URL: http://svn.apache.org/viewvc?view=rev&rev=486293
Log:
fix example
Modified:
tapestry/tapestry4/trunk/src/site/xdoc/components/general/style.xml
Modified: tapestry/tapestry4/trunk/src/site/xdoc/components/general/style.xml
URL:
http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/src/site/xdoc/components/general/style.xml?view=diff&rev=486293&r1=486292&r2=486293
==============================================================================
--- tapestry/tapestry4/trunk/src/site/xdoc/components/general/style.xml
(original)
+++ tapestry/tapestry4/trunk/src/site/xdoc/components/general/style.xml Tue Dec
12 11:51:51 2006
@@ -126,7 +126,7 @@
<p>Book.html</p>
<source xml:space="preserve">
<link jwcid="@Style" href="main.css" media="all"/>
-<style jwcid="@Relation" media="print">
+<style jwcid="@Style" media="print">
body {background:none;}
</style>