datacamp/rdocumentation-2.0

style broken for `cv.glm` on boot (version 1.3-18)

chadyuu opened this issue · 0 comments

issue

I found a part with the style broken on this page.
https://www.rdocumentation.org/packages/boot/versions/1.3-18/topics/cv.glm

image

potential solution

I think this could be solved by just adding the p tag as follows.

as-is

<dl>
The returned value is a list with the following components.
<dt>call</dt>
<dd>
The original call to <code>cv.glm</code>.
</dd>
...
</dl>

solution

<dl>
<p>The returned value is a list with the following components.</p>
<dt>call</dt>
<dd>
The original call to <code>cv.glm</code>.
</dd>
...
</dl>

image

Although boot (version 1.3-18) is an older version, we sometimes refer to it given our dev environment. So I would appreciate fixing this issue.