stephan 2004/01/22 08:28:59
Modified: src/blocks/chaperon/samples/misc view.xml
Log:
Correct path.
Revision Changes Path
1.2 +1 -1 cocoon-2.1/src/blocks/chaperon/samples/misc/view.xml
Index: view.xml
===================================================================
RCS file: /home/cvs/cocoon-2.1/src/blocks/chaperon/samples/misc/view.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- view.xml 20 Jan 2004 15:23:58 -0000 1.1
+++ view.xml 22 Jan 2004 16:28:59 -0000 1.2
@@ -6,6 +6,6 @@
<tab title="back" href="."/>
</header>
<body>
- <text xmlns="http://chaperon.sourceforge.net/schema/text/1.0"
source="wikitest/${page}.txt" line="1" column="1">${text}</text>
+ <text xmlns="http://chaperon.sourceforge.net/schema/text/1.0"
source="wiki/${page}.txt" line="1" column="1">${text}</text>
</body>
</document>