diff --git a/core/src/main/resources/hudson/rss20.jelly b/core/src/main/resources/hudson/rss20.jelly index 2dce16ddb30d..a4076cbe1e81 100644 --- a/core/src/main/resources/hudson/rss20.jelly +++ b/core/src/main/resources/hudson/rss20.jelly @@ -24,24 +24,22 @@ THE SOFTWARE. - - - <?xml version="1.0" encoding="UTF-8"?> + <?xml version="1.0" encoding="UTF-8"?> ${title} - + ${app.rootUrl}${url} ${title} - + ${adapter.getEntryTitle(e)} - + ${app.rootUrl}${h.encode(adapter.getEntryUrl(e))} ${adapter.getEntryID(e)} ${h.rfc822Date(adapter.getEntryTimestamp(e))} - - + + ${desc} diff --git a/war/.prettierignore b/war/.prettierignore index 8047dce8ba4f..1f7aea82368e 100644 --- a/war/.prettierignore +++ b/war/.prettierignore @@ -26,3 +26,6 @@ src/main/scss/_bootstrap.scss # Incorrectly flagging forwarding slashes in regex ../.github/renovate.json + +# Breaks the file +../core/src/main/resources/hudson/rss20.jelly