Commit 4330227
authored
Fix formatting of scmGit Pipeline help (#1821)
Was displaying red text for most of the page at
https://www.jenkins.io/doc/pipeline/steps/params/scmgit/
The <code> tag that opened on the checkout keyword was not closed.
Close that tag so that the page renders correctly in the Pipeline steps
reference on the Jenkins documentation site.
The Pipeline steps reference inside the running Jenkins controller was
not affected. It seems to ignore the <code> tags.
Testing done:
Code review confirms that the closing and opening tags are matched.1 parent d5988be commit 4330227
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments