Uploaded image for project: 'Red Hat build of Keycloak'
  1. Red Hat build of Keycloak
  2. RHBK-4121

Typo: missing '>' on closing </form> in keycloak.v2 link-idp-action.ftl [GHI#44725]

XMLWordPrintable

    • False
    • Hide

      None

      Show
      None
    • False

      Before reporting an issue

      [x] I have read and understood the above terms for submitting issues, and I understand that my issue may be closed without action if I do not follow them.

      Area

      login/ui

      Describe the bug

      See L19 in themes/src/main/resources/theme/keycloak.v2/login/link-idp-action.ftl, last line in this snippet:

      Unable to find source-code formatter for language: ftl. Available languages are: actionscript, ada, applescript, bash, c, c#, c++, cpp, css, erlang, go, groovy, haskell, html, java, javascript, js, json, lua, none, nyan, objc, perl, php, python, r, rainbow, ruby, scala, sh, sql, swift, visualbasic, xml, yaml
      <form class="${properties.kcFormClass!}" action="${url.loginAction}" method="POST">
      

      <@buttons.actionGroup>
      <@buttons.button name="continue" id="kc-continue" label="doContinue" class=["kcButtonPrimaryClass"]/>
      <@buttons.button name="cancel-aia" id="kc-cancel" label="doCancel" class=["kcButtonSecondaryClass"]/>
      </@buttons.actionGroup>

      </form
      

      Version

      main

      Regression

      [ ] The issue is a regression

      Expected behavior

      Valid HTML.

      Actual behavior

      Invalid HTML, which causes issues with the footer of our theme. There are no visible issues in the default theme.

      How to Reproduce?

      ...

      Anything else?

      No response

              Unassigned Unassigned
              pvlha Pavel Vlha
              Keycloak Core Clients
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: