We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a6e07e commit 09aebe3Copy full SHA for 09aebe3
1 file changed
download/index.md
@@ -13,7 +13,7 @@ Here you will find the packages with the current SimpleSAMLphp versions:
13
Released: {{ site.data.latest.published_at | date: "%Y-%m-%d" }}
14
15
{% assign sha = site.data.latest.body | split: 'SHA256 checksum full-release: ' %}
16
- {% assign sharaw = sha[1] | strip_html | truncate: 64 %}
+ {% assign sharaw = sha[1] | strip_html | replace: '`','' | truncate: 64, '' %}
17
SHA256 checksum full-release: {{ sharaw }}
18
19
[View changes](/docs/stable/simplesamlphp-changelog)
0 commit comments