Skip to content

Commit

Permalink
fix 3.11 and nightly manual rendering
Browse files Browse the repository at this point in the history
<List> is not a valid HTML tag, but breaks rendering of the page
  • Loading branch information
evgeni committed Jun 29, 2024
1 parent f8910e6 commit ab824e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _includes/manuals/3.11/3.2.2_installer_options.md
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ kafo-export-params -c /etc/foreman-installer/scenarios.d/foreman.yaml -f html
</tr>
<tr>
<td style='white-space:nowrap'>--apache-mod-status-requires</td>
<td>A Variant type that can be: - String with: - '' or 'unmanaged' - Host auth control done elsewhere - 'ip <List of IPs>' - Allowed IPs/ranges - 'host <List of names>' - Allowed names/domains - 'all [granted|denied]' - Array of strings with ip or host as above - Hash with following keys: - 'requires' - Value => Array as above - 'enforce' - Value => String 'Any', 'All' or 'None' This encloses "Require" directives in "<Require(Any|All|None)>" block Optional - If unspecified, "Require" directives follow current flow</td>
<td>A Variant type that can be: - String with: - '' or 'unmanaged' - Host auth control done elsewhere - 'ip &lt;List of IPs>&gt;' - Allowed IPs/ranges - 'host &lt;List of names&gt;' - Allowed names/domains - 'all [granted|denied]' - Array of strings with ip or host as above - Hash with following keys: - 'requires' - Value => Array as above - 'enforce' - Value => String 'Any', 'All' or 'None' This encloses "Require" directives in "<Require(Any|All|None)>" block Optional - If unspecified, "Require" directives follow current flow</td>
</tr>
<tr>
<td style='white-space:nowrap'>--apache-mod-status-status-path</td>
Expand Down
2 changes: 1 addition & 1 deletion _includes/manuals/nightly/3.2.2_installer_options.md
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ kafo-export-params -c /etc/foreman-installer/scenarios.d/foreman.yaml -f html
</tr>
<tr>
<td style='white-space:nowrap'>--apache-mod-status-requires</td>
<td>A Variant type that can be: - String with: - '' or 'unmanaged' - Host auth control done elsewhere - 'ip <List of IPs>' - Allowed IPs/ranges - 'host <List of names>' - Allowed names/domains - 'all [granted|denied]' - Array of strings with ip or host as above - Hash with following keys: - 'requires' - Value => Array as above - 'enforce' - Value => String 'Any', 'All' or 'None' This encloses "Require" directives in "<Require(Any|All|None)>" block Optional - If unspecified, "Require" directives follow current flow</td>
<td>A Variant type that can be: - String with: - '' or 'unmanaged' - Host auth control done elsewhere - 'ip &lt;List of IPs>&gt;' - Allowed IPs/ranges - 'host &lt;List of names&gt;' - Allowed names/domains - 'all [granted|denied]' - Array of strings with ip or host as above - Hash with following keys: - 'requires' - Value => Array as above - 'enforce' - Value => String 'Any', 'All' or 'None' This encloses "Require" directives in "<Require(Any|All|None)>" block Optional - If unspecified, "Require" directives follow current flow</td>
</tr>
<tr>
<td style='white-space:nowrap'>--apache-mod-status-status-path</td>
Expand Down

0 comments on commit ab824e4

Please sign in to comment.