From 29b4214fcfafbe9e38c3ba8cfcac7e12a7174f41 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 8 Sep 2021 15:42:58 -0300 Subject: src/gistatic.in: Fix HTML indentation (probably a typo while editing) --- src/gistatic.in | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/gistatic.in b/src/gistatic.in index 589d2f6..3f005ee 100755 --- a/src/gistatic.in +++ b/src/gistatic.in @@ -418,7 +418,12 @@ print_repo_refs() {

- $(escape "$description")

git clone $(escape "$CLONE_URL") + $(escape "$description") + + + git clone $(escape "$CLONE_URL") + +