diff options
Diffstat (limited to '')
-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> |