From 997bd995214528af947aff24e1db2df2027070f7 Mon Sep 17 00:00:00 2001 From: Chris PeBenito Date: Thu, 9 Jun 2005 19:21:32 +0000 Subject: [PATCH] fix bracket display for optional parameters --- refpolicy/doc/templates/interface.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/refpolicy/doc/templates/interface.html b/refpolicy/doc/templates/interface.html index 0a96a11d..d9c68839 100644 --- a/refpolicy/doc/templates/interface.html +++ b/refpolicy/doc/templates/interface.html @@ -9,11 +9,11 @@ , [[end]] [[exec i = 1]] - [[if arg['optional'] == 'true']] + [[if arg['optional'] == 'yes']] [ [[end]] [[arg['name']]] - [[if arg['optional'] == 'true']] + [[if arg['optional'] == 'yes']] ] [[end]] [[end]]