Skip to content

Commit

Permalink
Call out body of main-panel using HTML comments (jenkinsci#9457)
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick authored Jul 13, 2024
1 parent 5162cc4 commit c24633c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion core/src/main/resources/lib/layout/main-panel.jelly
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ THE SOFTWARE.
-->

<?jelly escape-by-default='true'?>
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define">
<j:jelly xmlns:j="jelly:core" xmlns:x="jelly:xml" xmlns:st="jelly:stapler" xmlns:d="jelly:define">
<st:documentation>
Generates the body as the main content part of a Jenkins page.
</st:documentation>
Expand Down Expand Up @@ -58,6 +58,8 @@ THE SOFTWARE.
</j:choose>
</j:if>
<a id="skip2content" />
<x:comment>&#10;start of main content ⇒&#10;</x:comment>
<d:invokeBody />
<x:comment>&#10;⇐ end of main content&#10;</x:comment>
</j:if>
</j:jelly>

0 comments on commit c24633c

Please sign in to comment.