diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2011-12-15 09:59:23 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2011-12-15 09:59:23 -0300 |
commit | e71abccab80257ce14c8c546695710a95a42372b (patch) | |
tree | d4eda8aec88380cff447cdd30865ffb091f136ba /templates/public/about.html | |
parent | 96a57cd652ff2b26f15976d832e9eb1dcd2c3dd7 (diff) |
Fixed quoting
Diffstat (limited to 'templates/public/about.html')
-rw-r--r-- | templates/public/about.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/public/about.html b/templates/public/about.html index d7941b26..5ef4286b 100644 --- a/templates/public/about.html +++ b/templates/public/about.html @@ -53,7 +53,7 @@ <li>Host repositories. Mirrors are not abundant.</li> - <li>Take a look at our <a href='https://wiki.parabolagnulinux.org/TODO" title="TODO">TODO list</a></li> + <li>Take a look at our <a href="https://wiki.parabolagnulinux.org/TODO" title="TODO">TODO list</a></li> </ul> </div> |