dd elements need to be on line to avoid p elements
--------------------------------------------------
Key: TS-831
URL: https://issues.apache.org/jira/browse/TS-831
Project: Traffic Server
Issue Type: Bug
Components: Documentation
Affects Versions: Doc 3.0
Reporter: Miles Libbey
Assignee: Igor Galić
In looking at the styling for
http://trafficserver.staging.apache.org/docs/trunk/admin/configuration-files/records.config
there are several dd elements that get P elements around the text, for no
apparent reason.
For instance,
*`proxy.config.watch_script`* {#proxy.config.watch_script}
: `STRING`
: Default: `traffic_cop`
: The name of the executable that runs the `traffic_cop` process.
does not get a p element (as expected):
<dt
id="proxy.config.watch_script"><em><code>proxy.config.watch_script</code></em></dt>
<dd><code>STRING</code></dd>
<dd>Default: <code>traffic_cop</code></dd>
<dd>The name of the executable that runs the <code>traffic_cop</code>
process.</dd>
but
*`proxy.config.admin.number_config_bak`* {#proxy.config.admin.number_config_bak}
: `INT`
: Default: `3`
: The maximum number of copies of rolled configuration files to
keep.
does:
<dt
id="proxy.config.admin.number_config_bak"><em><code>proxy.config.admin.number_config_bak</code></em></dt>
<dd>
<p><code>INT</code></p>
</dd>
<dd>
<p>Default: <code>3</code></p>
</dd>
<dd>
<p>The maximum number of copies of rolled configuration files to
keep.</p>
</dd>
Hypothesis is that if the last line:
: The maximum number of copies of rolled configuration files to
keep.
was instead on 1 line
: The maximum number of copies of rolled configuration files to keep.
there would not be a P elements.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira