Skip to content

Commit 09aebe3

Browse files
committed
remove markdown, trim to exactly 64
1 parent 5a6e07e commit 09aebe3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

download/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Here you will find the packages with the current SimpleSAMLphp versions:
1313
Released: {{ site.data.latest.published_at | date: "%Y-%m-%d" }}
1414

1515
{% assign sha = site.data.latest.body | split: 'SHA256 checksum full-release: ' %}
16-
{% assign sharaw = sha[1] | strip_html | truncate: 64 %}
16+
{% assign sharaw = sha[1] | strip_html | replace: '`','' | truncate: 64, '' %}
1717
SHA256 checksum full-release: {{ sharaw }}
1818

1919
[View changes](/docs/stable/simplesamlphp-changelog)

0 commit comments

Comments
 (0)