Skip to content

Commit

Permalink
Close #572: The ul label on the XCA official website is not closed
Browse files Browse the repository at this point in the history
Fix typo in changelog mangle script and fix it online
  • Loading branch information
chris2511 committed Aug 15, 2024
1 parent 8a01ea8 commit 17f79d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/git.publish
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ releasedir="$HOME/xca-$TVERSION"
s/>/\>/g;
s#^xca \([^ ]*\) *\(.*\)#</ul></div><div id="changelog_\1"><h3>xca \1 \2</h3><hr/><ul>#;
s#\*\(.*\)#</li><li>\1#' changelog
echo "/ul></div></body></html>"
echo "</ul></div></body></html>"
) > changelog.html

./release/gen-binary-hash "$releasedir"
Expand Down

0 comments on commit 17f79d3

Please sign in to comment.