Skip to content
Snippets Groups Projects
Commit d381f7b9 authored by Tim van Dijen's avatar Tim van Dijen
Browse files

Fix broken template for WarnShortSSOInterval authproc-filter (#1920)

parent 8ff7b676
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,10 @@ Released TBD
* Bumped dependencies
* Fixed a TypeError when accessing the module.php endpoint without specifying a module (#1907)
`core`
* Fixed a broken template for the WarnShortSSOInterval authproc-filter (#1920)
`metarefresh`
* Added support for 'pdo' outputFormat (v0.11)
......
......@@ -11,6 +11,6 @@
<div class="trackidtext">
<p>{{ '{errors:report_trackid}'|trans }}<span class="trackid">{{ trackId }}</span></p>
</div>
<input type="submit" name="continue" id="contbutton" value="'{core:short_sso_interval:retry}'|trans|escape('html') }}" autofocus>
<input type="submit" name="continue" id="contbutton" value="{{ '{core:short_sso_interval:retry}'|trans|escape('html') }}" autofocus>
</form>
{% endblock %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment