Skip to content

Commit 46237ac

Browse files
committed
Fix formatting and use correct HTML tag
My suggestion used the code tag, but should have used the pre tag
1 parent 44c98a3 commit 46237ac

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

core/src/main/resources/hudson/tasks/LogRotator/help-removeLastBuild.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
enabled, that build will also be removed.
2222
</p>
2323

24-
<p>
25-
This option is also available in Pipelines using the
26-
<code>options {
27-
buildDiscarder logRotator(removeLastBuild: true)
28-
}</code>
29-
syntax.
30-
</p>
24+
<p>This option is also available in Pipelines with:</p>
25+
26+
<pre>
27+
options {
28+
buildDiscarder logRotator(removeLastBuild: true)
29+
}
30+
</pre>
3131
</div>

0 commit comments

Comments
 (0)