[selinux-policy: 441/3172] dont show interface/template hotlinks if the module doesnt have one of them.

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 19:42:51 UTC 2010


commit e8d8faa8208c4adc59b049b32d0a420860ae259f
Author: Chris PeBenito <cpebenito at tresys.com>
Date:   Wed Jun 29 16:55:13 2005 +0000

    dont show interface/template hotlinks if the module doesnt have one of them.

 refpolicy/doc/templates/module.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/refpolicy/doc/templates/module.html b/refpolicy/doc/templates/module.html
index dbd92a0..23c47fa 100644
--- a/refpolicy/doc/templates/module.html
+++ b/refpolicy/doc/templates/module.html
@@ -2,11 +2,11 @@
 <h1>Layer: [[mod_layer]]</h1><p/>
 <h2>Module: [[mod_name]]</h2><p/>
 [[if interfaces]]
-<a href=#interfaces>Interfaces</a>
-[[end]]
 [[if templates]]
+<a href=#interfaces>Interfaces</a>
 <a href=#templates>Templates</a>
 [[end]]
+[[end]]
 <h3>Description:</h3>
 [[if mod_desc]] 
 [[mod_desc]]


More information about the scm-commits mailing list