[selinux-policy: 436/3172] link fix

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


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

    link fix

 refpolicy/doc/templates/module.html |   15 +++++++++++++--
 1 files changed, 13 insertions(+), 2 deletions(-)
---
diff --git a/refpolicy/doc/templates/module.html b/refpolicy/doc/templates/module.html
index 8e6b06f..dbd92a0 100644
--- a/refpolicy/doc/templates/module.html
+++ b/refpolicy/doc/templates/module.html
@@ -1,16 +1,27 @@
+<a name="top":></a>
 <h1>Layer: [[mod_layer]]</h1><p/>
 <h2>Module: [[mod_name]]</h2><p/>
+[[if interfaces]]
 <a href=#interfaces>Interfaces</a>
+[[end]]
+[[if templates]]
 <a href=#templates>Templates</a>
+[[end]]
 <h3>Description:</h3>
 [[if mod_desc]] 
 [[mod_desc]]
 [[else]]
 [[mod_summary]]
 [[end]]
-<a name="interfaces"/>
+[[if interfaces]]
+<a name="interfaces"></a>
 <h3>Interfaces: </h3>
 [[interfaces]]
-<a name="templates"/>
+<a href=#top>Return</a>
+[[end]]
+[[if templates]]
+<a name="templates"></a>
 <h3>Templates: </h3>
 [[templates]]
+<a href=#top>Return</a>
+[[end]]


More information about the scm-commits mailing list