summaryrefslogtreecommitdiff
path: root/gitweb/static/js/javascript-detection.js
diff options
context:
space:
mode:
authorKristoffer Haugsbakk <code@khaugsbakk.name>2025-09-29 22:47:28 +0200
committerJunio C Hamano <gitster@pobox.com>2025-09-29 15:15:12 -0700
commit399694384bf9168008256d781f171ce47845e3fc (patch)
treebcf538f3684ef704be462af13340d0b5aff06944 /gitweb/static/js/javascript-detection.js
parent16bd9f20a403117f2e0d9bcda6c6e621d3763e77 (diff)
doc: patch-id: fix accidental literal blocks
All the final paragraphs on these three options are rendered as literal blocks. The intent was surely to keep each of them wed to their respective description list items. But the attempt at maintaining the indentation level of the block causes each them to be interpreted as a code block, since code blocks can be represented using indentation. We need to use list continuation (+) in order to keep them wed to their blocks. There is also an unordered list which sandwiches two paragraphs on an option. We don’t need to do anything about that since it attaches to the description list item without list continuation (i.e. it is already correct). But for consistency let’s use list continuation and an open block on it. Signed-off-by: Kristoffer Haugsbakk <code@khaugsbakk.name> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'gitweb/static/js/javascript-detection.js')
0 files changed, 0 insertions, 0 deletions