diff --git a/.prettierrc.json b/.prettierrc.json index 2695924e02c3..16f420fd012a 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -1,4 +1,14 @@ { "endOfLine": "auto", - "htmlWhitespaceSensitivity": "ignore" + "htmlWhitespaceSensitivity": "ignore", + "overrides": [ + { + "files": "*.jelly", + "options": { + "parser": "html", + "printWidth": 250, + "htmlWhitespaceSensitivity": "strict" + } + } + ] } diff --git a/core/src/main/resources/hudson/AboutJenkins/index.jelly b/core/src/main/resources/hudson/AboutJenkins/index.jelly index 6d589663f576..d21a979c8a65 100644 --- a/core/src/main/resources/hudson/AboutJenkins/index.jelly +++ b/core/src/main/resources/hudson/AboutJenkins/index.jelly @@ -29,7 +29,7 @@ THE SOFTWARE. - - - - - - - - - - + + + + + + + + + + + + + + diff --git a/core/src/main/resources/lib/hudson/project/console-link.jelly b/core/src/main/resources/lib/hudson/project/console-link.jelly index 3a0f9cd5f727..ff27112b4057 100644 --- a/core/src/main/resources/lib/hudson/project/console-link.jelly +++ b/core/src/main/resources/lib/hudson/project/console-link.jelly @@ -25,16 +25,16 @@ THE SOFTWARE. - - - - - - - - - - - - + + + + + + + + + + + + diff --git a/core/src/main/resources/lib/hudson/project/makeDisabled.jelly b/core/src/main/resources/lib/hudson/project/makeDisabled.jelly index 9eb7f4f6571c..f4785c533dba 100644 --- a/core/src/main/resources/lib/hudson/project/makeDisabled.jelly +++ b/core/src/main/resources/lib/hudson/project/makeDisabled.jelly @@ -33,7 +33,7 @@ THE SOFTWARE.
-
+ ${%This project is currently disabled} diff --git a/core/src/main/resources/lib/hudson/project/projectActionFloatingBox.jelly b/core/src/main/resources/lib/hudson/project/projectActionFloatingBox.jelly index 1ca4fb516c84..87f00ebb5259 100644 --- a/core/src/main/resources/lib/hudson/project/projectActionFloatingBox.jelly +++ b/core/src/main/resources/lib/hudson/project/projectActionFloatingBox.jelly @@ -27,7 +27,7 @@ THE SOFTWARE. --> -
+
+ +

${title}

-
    +
      - -
    • - - -
    • + +
    • + + +
    diff --git a/core/src/main/resources/lib/hudson/projectView.jelly b/core/src/main/resources/lib/hudson/projectView.jelly index 27d5cf967c6d..87b248cb016c 100644 --- a/core/src/main/resources/lib/hudson/projectView.jelly +++ b/core/src/main/resources/lib/hudson/projectView.jelly @@ -23,73 +23,56 @@ THE SOFTWARE. --> - + Renders a list of jobs and their key information. - - Items to show. - - - May be interpreted by columns to display the full name of a job. - - - Deprecated. Using this attribute has no effect. - - - If the caller rendered a view tabes, set this attribute so that CSS is adjusted accordingly. - - - If non-null, render nested views. - - - Optional Indenter instance used to indent items. - - - List view columns to render. If omitted, the default ones from ListView.getDefaultColumns() are used. - - - The containing group, for purposes of name calculation. - + Items to show. + May be interpreted by columns to display the full name of a job. + Deprecated. Using this attribute has no effect. + If the caller rendered a view tabes, set this attribute so that CSS is adjusted accordingly. + If non-null, render nested views. + Optional Indenter instance used to indent items. + List view columns to render. If omitted, the default ones from ListView.getDefaultColumns() are used. + The containing group, for purposes of name calculation. - +
    - +
    - +
    - - - - - - - - + + + + + + + + - - + +
    - +
    - +
    @@ -106,11 +89,9 @@ THE SOFTWARE.

    ${job.displayName}

    - + - - ${%Description(lastBuild.timestampString, lastBuild.durationString)} - + ${%Description(lastBuild.timestampString, lastBuild.durationString)} diff --git a/core/src/main/resources/lib/hudson/projectViewRow.jelly b/core/src/main/resources/lib/hudson/projectViewRow.jelly index f264e3fa0078..24d132ce502d 100644 --- a/core/src/main/resources/lib/hudson/projectViewRow.jelly +++ b/core/src/main/resources/lib/hudson/projectViewRow.jelly @@ -32,7 +32,7 @@ THE SOFTWARE. - + diff --git a/core/src/main/resources/lib/hudson/propertyTable.jelly b/core/src/main/resources/lib/hudson/propertyTable.jelly index eac4b21af220..4fcb41dfceab 100644 --- a/core/src/main/resources/lib/hudson/propertyTable.jelly +++ b/core/src/main/resources/lib/hudson/propertyTable.jelly @@ -27,25 +27,21 @@ THE SOFTWARE. Display sortable table of properties. - - A Map object that gets rendered as a table. - - - Set to true if the information shown in the table is sensitive and should be hidden by default. Since 2.385. - + A Map object that gets rendered as a table. + Set to true if the information shown in the table is sensitive and should be hidden by default. Since 2.385. - + - +
    @@ -61,27 +57,23 @@ THE SOFTWARE. - +
    - +
    - +
    diff --git a/core/src/main/resources/lib/hudson/queue.jelly b/core/src/main/resources/lib/hudson/queue.jelly index 33d3ba9109ac..91f366d6c252 100644 --- a/core/src/main/resources/lib/hudson/queue.jelly +++ b/core/src/main/resources/lib/hudson/queue.jelly @@ -24,19 +24,12 @@ THE SOFTWARE. - - ]]> - - Queue items to be displayed. Normally you should specify ${app.queue.items}, - but for example you can specify a sublist after some filtering to narrow down - the list. - - - Indicates that the queue has been filtered, i.e. might not show all items. - + + ]]> + Queue items to be displayed. Normally you should specify ${app.queue.items}, but for example you can specify a sublist after some filtering to narrow down the list. + Indicates that the queue has been filtered, i.e. might not show all items. - + @@ -46,10 +39,10 @@ THE SOFTWARE. - + - + ${%Jenkins is going to shut down. No further builds will be performed.} (${%cancel}) @@ -61,30 +54,28 @@ THE SOFTWARE. - - ${%No builds in the queue.} - + ${%No builds in the queue.} - - + +
    - + - - - - - - - + + + + + + + ${%Unknown Task} @@ -93,9 +84,9 @@ THE SOFTWARE. - + - + @@ -103,7 +94,7 @@ THE SOFTWARE. -
    - +
    + diff --git a/core/src/main/resources/lib/hudson/rssBar-with-iconSize.jelly b/core/src/main/resources/lib/hudson/rssBar-with-iconSize.jelly index 490f69ecb9f7..569fd44cfccb 100644 --- a/core/src/main/resources/lib/hudson/rssBar-with-iconSize.jelly +++ b/core/src/main/resources/lib/hudson/rssBar-with-iconSize.jelly @@ -24,9 +24,6 @@ THE SOFTWARE. - - ]]> - - + ]]> + diff --git a/core/src/main/resources/lib/hudson/rssBar.jelly b/core/src/main/resources/lib/hudson/rssBar.jelly index 79967afb2eef..288349243c57 100644 --- a/core/src/main/resources/lib/hudson/rssBar.jelly +++ b/core/src/main/resources/lib/hudson/rssBar.jelly @@ -23,12 +23,9 @@ THE SOFTWARE. --> - +
    - + Atom feed ${%forAll} diff --git a/core/src/main/resources/lib/hudson/scriptConsole.jelly b/core/src/main/resources/lib/hudson/scriptConsole.jelly index f6d21d6fcda9..4fe2be579998 100644 --- a/core/src/main/resources/lib/hudson/scriptConsole.jelly +++ b/core/src/main/resources/lib/hudson/scriptConsole.jelly @@ -30,40 +30,34 @@ THE SOFTWARE. - +

    ${%scriptConsole}

    -

    - ${%description} -

    +

    ${%description}

    -

    - ${%description2} -

    +

    ${%description2}

    - +
    - - + +

    ${%Result} - +

    - - ${%impossibleOffline} - + ${%impossibleOffline}
    diff --git a/core/src/main/resources/lib/hudson/setIconSize.jelly b/core/src/main/resources/lib/hudson/setIconSize.jelly index 4ad00534fe7c..48eb381ac925 100644 --- a/core/src/main/resources/lib/hudson/setIconSize.jelly +++ b/core/src/main/resources/lib/hudson/setIconSize.jelly @@ -34,6 +34,6 @@ THE SOFTWARE. so we try not to make the secondary icons look bigger than the icon. we want the user's eyes to go to balls, not the clock. --> - - - \ No newline at end of file + + + diff --git a/core/src/main/resources/lib/hudson/summary.jelly b/core/src/main/resources/lib/hudson/summary.jelly index a9945322b455..969c2aa2e392 100644 --- a/core/src/main/resources/lib/hudson/summary.jelly +++ b/core/src/main/resources/lib/hudson/summary.jelly @@ -28,19 +28,11 @@ THE SOFTWARE. Displays a link with a large icon. Used in the project top page. - Supports Jenkins Symbols (e.g. 'symbol-search') - Supports path to bitmap image (e.g. '/plugin/foo/abc.gif') - Supports icon class specification (e.g. 'icon-help icon-sm', 'icon-blue icon-md', 'icon-blue-anime icon-xlg') - - - where the summary icon links to. - - - if true, hyperlink will only cover the icon, not the body. - - - permission object. If specified, the link will be displayed only if you have a permission + Supports Jenkins Symbols (e.g. 'symbol-search') Supports path to bitmap image (e.g. '/plugin/foo/abc.gif') Supports icon class specification (e.g. 'icon-help icon-sm', 'icon-blue icon-md', 'icon-blue-anime icon-xlg') + where the summary icon links to. + if true, hyperlink will only cover the icon, not the body. + permission object. If specified, the link will be displayed only if you have a permission @@ -48,7 +40,7 @@ THE SOFTWARE. - +
    diff --git a/core/src/main/resources/lib/hudson/test-result.jelly b/core/src/main/resources/lib/hudson/test-result.jelly index 007c26bb9098..ac30c931f2ca 100644 --- a/core/src/main/resources/lib/hudson/test-result.jelly +++ b/core/src/main/resources/lib/hudson/test-result.jelly @@ -24,8 +24,6 @@ THE SOFTWARE. - - DEPRECATED - - + DEPRECATED + diff --git a/core/src/main/resources/lib/hudson/thirdPartyLicenses.jelly b/core/src/main/resources/lib/hudson/thirdPartyLicenses.jelly index 3e1a1209cb76..2d481bf20013 100644 --- a/core/src/main/resources/lib/hudson/thirdPartyLicenses.jelly +++ b/core/src/main/resources/lib/hudson/thirdPartyLicenses.jelly @@ -36,7 +36,7 @@ THE SOFTWARE. - + @@ -45,18 +45,14 @@ THE SOFTWARE. ${attrs.name} - - ${attrs.groupId}:${attrs.artifactId}:${attrs.version} - + ${attrs.groupId}:${attrs.artifactId}:${attrs.version} - - - ${attrs.name}
    -
    + + ${attrs.name}
    - + diff --git a/core/src/main/resources/lib/layout/ajax.jelly b/core/src/main/resources/lib/layout/ajax.jelly index 3916ae2216d1..378742b986e9 100644 --- a/core/src/main/resources/lib/layout/ajax.jelly +++ b/core/src/main/resources/lib/layout/ajax.jelly @@ -37,29 +37,26 @@ THE SOFTWARE. Sets up the same 'global' variables that the l:layout tag does for content loaded by AJAX scripts. - - Content-type of the response page. This will be ignored if this tag is encountered while - evaluating a page that has called l:layout tag. - + Content-type of the response page. This will be ignored if this tag is encountered while evaluating a page that has called l:layout tag. - + - - + + - + - + diff --git a/core/src/main/resources/lib/layout/app-bar.jelly b/core/src/main/resources/lib/layout/app-bar.jelly index 9d8aa6f0fbf3..f0aaf02e6907 100644 --- a/core/src/main/resources/lib/layout/app-bar.jelly +++ b/core/src/main/resources/lib/layout/app-bar.jelly @@ -25,24 +25,18 @@ THE SOFTWARE. - - The title for the application bar - - - Defaults to h1 - + The title for the application bar + Defaults to h1 Generates a row containing the page title and an optional set of controls
    - - ${title} - + ${title}
    - +
    diff --git a/core/src/main/resources/lib/layout/breadcrumb.jelly b/core/src/main/resources/lib/layout/breadcrumb.jelly index 903772d688af..854186fb4011 100644 --- a/core/src/main/resources/lib/layout/breadcrumb.jelly +++ b/core/src/main/resources/lib/layout/breadcrumb.jelly @@ -23,36 +23,21 @@ THE SOFTWARE. --> - to render additional breadcrumb items. - ]]> - - Display name of the breadcrumb. - - - URL that the breadcrumb item links to. Can be omitted. - - - If specified, this ID will be assigned to the LI element. - This is useful for programmatically adding the context menu - - - If true, this breadcrumb item will include a '⌄' symbol to display a dropdown menu with items - from the '{breadcrumb.href}/contextMenu' path. Since 2.361. - + + to render additional breadcrumb items. ]]> + Display name of the breadcrumb. + URL that the breadcrumb item links to. Can be omitted. + If specified, this ID will be assigned to the LI element. This is useful for programmatically adding the context menu + If true, this breadcrumb item will include a '⌄' symbol to display a dropdown menu with items from the '{breadcrumb.href}/contextMenu' path. Since 2.361.
  • - - ${attrs.title} - + ${attrs.title} - - ${attrs.title} - + ${attrs.title}
  • diff --git a/core/src/main/resources/lib/layout/breadcrumbBar.jelly b/core/src/main/resources/lib/layout/breadcrumbBar.jelly index a77723e50f98..dd4ef0fc7bee 100644 --- a/core/src/main/resources/lib/layout/breadcrumbBar.jelly +++ b/core/src/main/resources/lib/layout/breadcrumbBar.jelly @@ -25,14 +25,9 @@ THE SOFTWARE. --> - tag. - ]]> + + tag. ]]> @@ -44,9 +39,7 @@ THE SOFTWARE. - +
  • @@ -54,8 +47,7 @@ THE SOFTWARE.
  • -
  • -
  • +
  • diff --git a/core/src/main/resources/lib/layout/breakable.jelly b/core/src/main/resources/lib/layout/breakable.jelly index 397d82f87136..a6767f05ea2f 100644 --- a/core/src/main/resources/lib/layout/breakable.jelly +++ b/core/src/main/resources/lib/layout/breakable.jelly @@ -25,11 +25,8 @@ THE SOFTWARE. - Send escaped value to output decorated to be safely broken into lines when necessary - @since 1.517 - - Unescaped value to output - + Send escaped value to output decorated to be safely broken into lines when necessary @since 1.517 + Unescaped value to output - + diff --git a/core/src/main/resources/lib/layout/confirmationLink.jelly b/core/src/main/resources/lib/layout/confirmationLink.jelly index 547c685e5fd5..0da9b6fe3258 100644 --- a/core/src/main/resources/lib/layout/confirmationLink.jelly +++ b/core/src/main/resources/lib/layout/confirmationLink.jelly @@ -24,28 +24,14 @@ THE SOFTWARE. --> - - Produces a hyperlink which when clicked first asks for confirmation, then goes to that URL if confirmed. - The body is displayed as the link text. - @since 1.512 - - The URL to go to. - - - Use POST rather than GET (recommended). - - - The confirmation dialog message. - - - A CSS class to use to style the link. - - - The title to show in the confirmation dialog - - - Show a red confirmation button - - - + + Produces a hyperlink which when clicked first asks for confirmation, then goes to that URL if confirmed. The body is displayed as the link text. @since 1.512 + The URL to go to. + Use POST rather than GET (recommended). + The confirmation dialog message. + A CSS class to use to style the link. + The title to show in the confirmation dialog + Show a red confirmation button + + diff --git a/core/src/main/resources/lib/layout/copyButton.jelly b/core/src/main/resources/lib/layout/copyButton.jelly index 8225424be7ff..ab5950293608 100644 --- a/core/src/main/resources/lib/layout/copyButton.jelly +++ b/core/src/main/resources/lib/layout/copyButton.jelly @@ -28,31 +28,23 @@ THE SOFTWARE. Button that copies text into the user's clipboard upon click - - Text to be copied into the clipboard. - - - Confirmation message to be shown once the text is copied. - - - Tooltip of the button. - - - Hides the background plate of the button - - - Additional CSS class names - + Text to be copied into the clipboard. + Confirmation message to be shown once the text is copied. + Tooltip of the button. + Hides the background plate of the button + Additional CSS class names - - +
    diff --git a/core/src/main/resources/lib/layout/delete.jelly b/core/src/main/resources/lib/layout/delete.jelly index dd4d6b97da4f..44fb981af7df 100644 --- a/core/src/main/resources/lib/layout/delete.jelly +++ b/core/src/main/resources/lib/layout/delete.jelly @@ -24,35 +24,17 @@ THE SOFTWARE. - - - Human readable text that follows the icon. - - - Message to use for confirmation, if requested; defaults to title. - - - Calls the ${urlPrefix}/doDelete page - + + + Human readable text that follows the icon. + Message to use for confirmation, if requested; defaults to title. + Calls the ${urlPrefix}/doDelete page - If specified, the link will be only displayed when the current user - has the specified permission against the "it" object. - - This is useful for showing links to restricted pages, as showing - them to unprivileged users don't make sense. - - If both permission and permissions is set, then permissions will be used + If specified, the link will be only displayed when the current user has the specified permission against the "it" object. This is useful for showing links to restricted pages, as showing them to unprivileged users don't make sense. If both + permission and permissions is set, then permissions will be used - If specified, the link will be only displayed when the current user has - one or more of the specified permissions against the "it" object. - - If both permission and permissions is set, then permissions will be used + If specified, the link will be only displayed when the current user has one or more of the specified permissions against the "it" object. If both permission and permissions is set, then permissions will be used @@ -78,8 +60,7 @@ THE SOFTWARE.
    - - +
    diff --git a/core/src/main/resources/lib/layout/hasPermission.jelly b/core/src/main/resources/lib/layout/hasPermission.jelly index 6371acc38293..0494ccf3b143 100644 --- a/core/src/main/resources/lib/layout/hasPermission.jelly +++ b/core/src/main/resources/lib/layout/hasPermission.jelly @@ -27,17 +27,13 @@ THE SOFTWARE. Renders the body only if the current user has the specified permission - By default it will reuse the current context. - If the provided value does not inherit from hudson.security.AccessControlled, - the tag will look for the first ancestor satisfying the condition. - The hasPermission will be performed against that value. - - - permission object to check. If this is null, the body will be also rendered. + By default it will reuse the current context. If the provided value does not inherit from hudson.security.AccessControlled, the tag will look for the first ancestor satisfying the condition. The hasPermission will be performed against that + value. + permission object to check. If this is null, the body will be also rendered. - +
    diff --git a/core/src/main/resources/lib/layout/header.jelly b/core/src/main/resources/lib/layout/header.jelly index dff9dfbf598e..eb40dd85e4ae 100644 --- a/core/src/main/resources/lib/layout/header.jelly +++ b/core/src/main/resources/lib/layout/header.jelly @@ -24,13 +24,8 @@ THE SOFTWARE. - tag. - Multiple elements can be specified, and can even come after - . - - This tag can be placed inside . - ]]> + + tag. Multiple elements can be specified, and can even come after . This tag can be placed inside . ]]> diff --git a/core/src/main/resources/lib/layout/helpIcon.jelly b/core/src/main/resources/lib/layout/helpIcon.jelly index 729fd61ce3de..c7b1d3e7d8ca 100644 --- a/core/src/main/resources/lib/layout/helpIcon.jelly +++ b/core/src/main/resources/lib/layout/helpIcon.jelly @@ -1,25 +1,13 @@ - Outputs a help icon - - The help link is rendered as an SVG with an (?) icon. - - @since 2.234 - - Icon size, available are: small, medium, large, xlarge - - - The tooltip to display - - - Class name to apply - + Outputs a help icon The help link is rendered as an SVG with an (?) icon. @since 2.234 + Icon size, available are: small, medium, large, xlarge + The tooltip to display + Class name to apply - + - + diff --git a/core/src/main/resources/lib/layout/icon.jelly b/core/src/main/resources/lib/layout/icon.jelly index dc79744efa43..9d598006a66c 100644 --- a/core/src/main/resources/lib/layout/icon.jelly +++ b/core/src/main/resources/lib/layout/icon.jelly @@ -27,43 +27,31 @@ THE SOFTWARE. @since 1.576 - - Icon source - Supports Jenkins Symbols (e.g. 'symbol-search') - Supports path to bitmap image - Only relevant if the 'class' attribute is NOT specified. - + Icon source Supports Jenkins Symbols (e.g. 'symbol-search') Supports path to bitmap image Only relevant if the 'class' attribute is NOT specified. - - The icon class specification e.g. 'icon-help icon-sm', 'icon-blue icon-md', 'icon-blue-anime icon-xlg'. - + The icon class specification e.g. 'icon-help icon-sm', 'icon-blue icon-md', 'icon-blue-anime icon-xlg'. - - ID of the icon element. Since 2.360. - + ID of the icon element. Since 2.360. onclick handler. Deprecated; assign an ID and look up the element that way to attach event handlers. title, deprecated use tooltip instead, or htmlTooltip if you intend to pass HTML. style - - Adds a tooltip to the icon, ignores HTML except 'br' tags (but '\n' should be preferred for line breaks). - - Tooltip but with HTML support. Make sure to call h.htmlAttributeEscape on all user-specified parts of the value to prevent cross-site scripting. - Use 'tooltip' if you don't need to pass HTML. + Adds a tooltip to the icon, ignores HTML except 'br' tags (but '\n' should be preferred for line breaks). + Tooltip but with HTML support. Make sure to call h.htmlAttributeEscape on all user-specified parts of the value to prevent cross-site scripting. Use 'tooltip' if you don't need to pass HTML. alt, adds invisible text suitable for screen-readers for symbols, sets the alt attribute for normal images - - - + + + - - + + - + @@ -86,19 +74,30 @@ THE SOFTWARE. - + - + - + - ${attrs.alt} + ${attrs.alt} diff --git a/core/src/main/resources/lib/layout/isAdmin.jelly b/core/src/main/resources/lib/layout/isAdmin.jelly index cbd5493c9963..1fe860f25ae1 100644 --- a/core/src/main/resources/lib/layout/isAdmin.jelly +++ b/core/src/main/resources/lib/layout/isAdmin.jelly @@ -27,4 +27,4 @@ THE SOFTWARE. - \ No newline at end of file + diff --git a/core/src/main/resources/lib/layout/isAdminOrTest.jelly b/core/src/main/resources/lib/layout/isAdminOrTest.jelly index 9b9971cfd64a..5329781172d3 100644 --- a/core/src/main/resources/lib/layout/isAdminOrTest.jelly +++ b/core/src/main/resources/lib/layout/isAdminOrTest.jelly @@ -24,16 +24,16 @@ THE SOFTWARE. - Deprecated, do not use. - - - - - - - - - - - + Deprecated, do not use. + + + + + + + + + + + diff --git a/core/src/main/resources/lib/layout/layout.jelly b/core/src/main/resources/lib/layout/layout.jelly index 877a4463356a..7800cbfb8d8a 100644 --- a/core/src/main/resources/lib/layout/layout.jelly +++ b/core/src/main/resources/lib/layout/layout.jelly @@ -25,237 +25,207 @@ THE SOFTWARE. --> - , , and - to form Jenkins's basic HTML layout. - ]]> - tag. - ]]> - - - Deprecated: Used to disable auto refresh for a page. The feature has been removed. - - {noformat} - - This was originally added to allow plugins to load their stylesheets, but - *the use of the attribute is discouraged now.* - plugins should now do so by inserting -
    + +
    diff --git a/core/src/main/resources/lib/layout/progressiveRendering.jelly b/core/src/main/resources/lib/layout/progressiveRendering.jelly index fa774db2c367..90f2a57dcbe0 100644 --- a/core/src/main/resources/lib/layout/progressiveRendering.jelly +++ b/core/src/main/resources/lib/layout/progressiveRendering.jelly @@ -23,20 +23,14 @@ THE SOFTWARE. --> - - - Instance of jenkins.util.ProgressiveRendering. - - - Name of a global scope JavaScript function that takes one JSON-valued parameter which renders results as they come. - - - Optional tooltip for progress bar. - - - - - - -
    + + Instance of jenkins.util.ProgressiveRendering. + Name of a global scope JavaScript function that takes one JSON-valued parameter which renders results as they come. + Optional tooltip for progress bar. + + + + + +
    diff --git a/core/src/main/resources/lib/layout/renderOnDemand.jelly b/core/src/main/resources/lib/layout/renderOnDemand.jelly index 029fb82d4cb8..d45056652239 100644 --- a/core/src/main/resources/lib/layout/renderOnDemand.jelly +++ b/core/src/main/resources/lib/layout/renderOnDemand.jelly @@ -24,16 +24,9 @@ THE SOFTWARE. - - Place holder HTML tag. By default it's DIV, but depending on where this is used, - you might need other tags (e.g., inside a table.) - - - Additional CSS class names, so that you can discover this tag more easily from your JavaScript. - - - ','-separated list of variables to capture and make available when later evaluating the body. - + Place holder HTML tag. By default it's DIV, but depending on where this is used, you might need other tags (e.g., inside a table.) + Additional CSS class names, so that you can discover this tag more easily from your JavaScript. + ','-separated list of variables to capture and make available when later evaluating the body. diff --git a/core/src/main/resources/lib/layout/rightspace.jelly b/core/src/main/resources/lib/layout/rightspace.jelly index 4b81c8bcf2d5..8eec1d1ec08c 100644 --- a/core/src/main/resources/lib/layout/rightspace.jelly +++ b/core/src/main/resources/lib/layout/rightspace.jelly @@ -24,11 +24,8 @@ THE SOFTWARE. - - Creates a space for the right-hand side of the page. - This sticks to the right of the page even when the content overflows. - -
    - + Creates a space for the right-hand side of the page. This sticks to the right of the page even when the content overflows. +
    +
    diff --git a/core/src/main/resources/lib/layout/rowSelectionController.jelly b/core/src/main/resources/lib/layout/rowSelectionController.jelly index ddacd2e1b1c7..8e0013f1a39f 100644 --- a/core/src/main/resources/lib/layout/rowSelectionController.jelly +++ b/core/src/main/resources/lib/layout/rowSelectionController.jelly @@ -24,9 +24,7 @@ THE SOFTWARE. - - Controls checkbox selections in tables - + Controls checkbox selections in tables