diff options
author | Francis Rowe <info@gluglug.org.uk> | 2016-01-09 11:31:50 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2016-01-09 11:31:50 (EST) |
commit | 05d74a0ff167edc2cf646124fbe18d616ad689d8 (patch) | |
tree | fdb9973ce6ef8fadb996f3d94be1e67548802faf /site | |
parent | d655e4f37aca11b250a4d9588e24ad042682b732 (diff) | |
download | libreboot.org-05d74a0ff167edc2cf646124fbe18d616ad689d8.zip libreboot.org-05d74a0ff167edc2cf646124fbe18d616ad689d8.tar.gz libreboot.org-05d74a0ff167edc2cf646124fbe18d616ad689d8.tar.bz2 |
fix broken list
Diffstat (limited to 'site')
-rw-r--r-- | site/git/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/git/index.php b/site/git/index.php index 3298559..ebd110f 100644 --- a/site/git/index.php +++ b/site/git/index.php @@ -182,7 +182,7 @@ <p> There are several that we could recommend: </p> - <ul> + <ul class="c"> <li><a href="https://git-scm.com/book/en/v2/Git-on-the-Server-The-Protocols">You!</a> (host your own Git repository, on your own server, on your own internet connection, in your own physical space)</li> <li><a href="https://notabug.org/">NotABug.org</a></li> <li><a href="https://savannah.nongnu.org/">Savannah</a></li> |