diff options
author | EuAndreh <eu@euandre.org> | 2021-09-08 15:42:58 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-09-08 15:42:58 -0300 |
commit | 29b4214fcfafbe9e38c3ba8cfcac7e12a7174f41 (patch) | |
tree | a97575f12995a06d7eba8a668072b2defc56e6bf | |
parent | src/gistatic.in: Finish refs page with signatures, start commit pages (diff) | |
download | gistatic-29b4214fcfafbe9e38c3ba8cfcac7e12a7174f41.tar.gz gistatic-29b4214fcfafbe9e38c3ba8cfcac7e12a7174f41.tar.xz |
src/gistatic.in: Fix HTML indentation (probably a typo while editing)
-rwxr-xr-x | src/gistatic.in | 7 |
1 files changed, 6 insertions, 1 deletions
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() { </a> </h1> <h2> - $(escape "$description") </h2> <code> git clone $(escape "$CLONE_URL") </code> </div> + $(escape "$description") + </h2> + <code> + git clone $(escape "$CLONE_URL") + </code> + </div> </div> <nav> <ul> |