diff options
author | Dan McGee <dan@archlinux.org> | 2010-06-02 10:58:57 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2010-06-02 10:58:57 -0500 |
commit | 7646f8ea7ce19b404a0e57c85e5dd589b3a53371 (patch) | |
tree | 60128566b0d31291b64bf452d6d34f8a97ea4b74 /templates/public/download.html | |
parent | 32f6f7a4daeb7941c2a94d40677f9780b5a65654 (diff) |
Fix some validation issuesrelease_2010-06-02
We had a few issues with unescaped ampersands and extra or missing tags.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/public/download.html')
-rw-r--r-- | templates/public/download.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/public/download.html b/templates/public/download.html index 77131a62..4fe7d0ed 100644 --- a/templates/public/download.html +++ b/templates/public/download.html @@ -84,6 +84,7 @@ </td><td class="wrap"> Core packages are included on the media. Good for basic off-line installation. </td> + </tr> </tbody> </table> |