[docs] docs - kwalsh modified ictags.sdf

docs@interchange.redhat.com docs@interchange.redhat.com
Mon May 13 00:02:02 2002


User:      kwalsh
Date:      2002-05-13 03:50:29 GMT
Modified:  .        ictags.sdf
Log:
	* Simple error in the [if] tag docs:  One example suggested using
	  "field=" instead of "term=".

Revision  Changes    Path
1.80      +3 -3      docs/ictags.sdf


rev 1.80, prev_rev 1.79
Index: ictags.sdf
===================================================================
RCS file: /var/cvs/docs/ictags.sdf,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- ictags.sdf	27 Apr 2002 20:22:04 -0000	1.79
+++ ictags.sdf	13 May 2002 03:50:29 -0000	1.80
@@ -1,10 +1,10 @@
 !init OPT_LOOK="akopia"; OPT_STYLE="manual" 
-# $Id: ictags.sdf,v 1.79 2002/04/27 20:22:04 kwalsh Exp $
+# $Id: ictags.sdf,v 1.80 2002/05/13 03:50:29 kwalsh Exp $
 
 !define DOC_NAME "Interchange Tags Reference"
 !define DOC_TYPE ""
 !define DOC_CODE "ictags"
-!define DOC_VERSION substr('$Revision: 1.79 $', 11, -2)
+!define DOC_VERSION substr('$Revision: 1.80 $', 11, -2)
 !define DOC_STATUS "Draft"
 !define DOC_PROJECT "Interchange"
 !define DOC_URL "http://interchange.redhat.com/doc/ictags.html"
@@ -6700,7 +6700,7 @@
 
 Oops!  This will not work. You must do instead
 
->    [if base=value field=name op="=~" compare="/[value b_name]/"]
+>    [if base=value term=name op="=~" compare="/[value b_name]/"]
 >        Shipping name matches billing name.
 >    [/if]