diff options
author | cgzones <cgzones@googlemail.com> | 2016-12-06 13:28:10 +0100 |
---|---|---|
committer | Jason Zaman <jason@perfinion.com> | 2016-12-08 12:43:12 +0800 |
commit | 51d3e4cfd0b1b294cac9b2aeef4691bd22eb0bf7 (patch) | |
tree | 3d760d49bb9ebe59ac1898e7546553ed1dfe22f4 /doc | |
parent | fix syslogd audits (diff) | |
download | hardened-refpolicy-51d3e4cfd0b1b294cac9b2aeef4691bd22eb0bf7.tar.gz hardened-refpolicy-51d3e4cfd0b1b294cac9b2aeef4691bd22eb0bf7.tar.bz2 hardened-refpolicy-51d3e4cfd0b1b294cac9b2aeef4691bd22eb0bf7.zip |
remove trailing whitespaces
Diffstat (limited to 'doc')
-rw-r--r-- | doc/policy.dtd | 6 | ||||
-rw-r--r-- | doc/templates/module.html | 2 | ||||
-rw-r--r-- | doc/templates/style.css | 12 |
3 files changed, 10 insertions, 10 deletions
diff --git a/doc/policy.dtd b/doc/policy.dtd index b797f7120..528298541 100644 --- a/doc/policy.dtd +++ b/doc/policy.dtd @@ -5,7 +5,7 @@ <!ATTLIST layer name CDATA #REQUIRED> <!ELEMENT module (summary,desc?,required?,(interface|template)*,(bool|tunable)*)> -<!ATTLIST module +<!ATTLIST module name CDATA #REQUIRED filename CDATA #REQUIRED> <!ELEMENT required (#PCDATA)> @@ -26,12 +26,12 @@ <!ATTLIST template name CDATA #REQUIRED lineno CDATA #REQUIRED> <!ELEMENT desc (#PCDATA|%inline.class;)*> <!ELEMENT param (summary)> -<!ATTLIST param +<!ATTLIST param name CDATA #REQUIRED optional (true|false) "false" unused (true|false) "false"> <!ELEMENT infoflow EMPTY> -<!ATTLIST infoflow +<!ATTLIST infoflow type CDATA #REQUIRED weight CDATA #IMPLIED> <!ELEMENT rolebase EMPTY> diff --git a/doc/templates/module.html b/doc/templates/module.html index a8d008a84..87f352292 100644 --- a/doc/templates/module.html +++ b/doc/templates/module.html @@ -14,7 +14,7 @@ <a href=#templates>Templates</a> [[end]] <h3>Description:</h3> -[[if mod_desc]] +[[if mod_desc]] <p>[[mod_desc]]</p> [[else]] <p>[[mod_summary]]</p> diff --git a/doc/templates/style.css b/doc/templates/style.css index 9bac0d968..0f06d5c72 100644 --- a/doc/templates/style.css +++ b/doc/templates/style.css @@ -46,12 +46,12 @@ p { margin:0px 0px 0px 10px; padding:0px; } - + tt { /* inline code */ font-family: monospace; } - + table { background-color:#efefef; /*background-color: white;*/ @@ -74,7 +74,7 @@ th { td.header { font-weight: bold; } - + #Content>p {margin:0px;} #Content>p+p {text-indent:30px;} a { @@ -123,7 +123,7 @@ a:hover {background-color:#eee;} font-weight:400; text-decoration:none; font-family:verdana, arial, helvetica, sans-serif; -} +} #Template { margin:5px 0px 25px 5px; padding:5px 0px 5px 5px; @@ -147,7 +147,7 @@ a:hover {background-color:#eee;} font-weight:400; text-decoration:none; font-family:verdana, arial, helvetica, sans-serif; -} +} #Description { margin:0px 0px 0px 5px; padding:0px 0px 0px 5px; @@ -204,7 +204,7 @@ body>#Header {height:14px;} background-color:#eee; border:1px solid #aaa; line-height:17px; - text-align:left; + text-align:left; voice-family: "\"}\""; voice-family:inherit; width:160px; |