diff options
author | filip <filip.komar@gmail.com> | 2018-10-14 00:03:55 +0200 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2018-10-14 00:03:55 +0200 |
commit | 75d0ee3f43220516d98215f519603baaec7dae53 (patch) | |
tree | 04994c84e84f0508eda4eff78164d4ca16e47317 /en/6 | |
parent | 6982f436b7fa78699aa4e24d15b5a65a0737b6b8 (diff) | |
download | www-75d0ee3f43220516d98215f519603baaec7dae53.tar www-75d0ee3f43220516d98215f519603baaec7dae53.tar.gz www-75d0ee3f43220516d98215f519603baaec7dae53.tar.bz2 www-75d0ee3f43220516d98215f519603baaec7dae53.tar.xz www-75d0ee3f43220516d98215f519603baaec7dae53.zip |
some tiny lint fixes
Diffstat (limited to 'en/6')
-rw-r--r-- | en/6/download_index.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/en/6/download_index.php b/en/6/download_index.php index b23aa3cc3..36d0bce9e 100644 --- a/en/6/download_index.php +++ b/en/6/download_index.php @@ -365,7 +365,7 @@ input[type="radio"], input[type="submit"], .popover-content { echo '<br>'; dl_link($name,$version,$release,'LiveDVD-Xfce','x86_64','DVD',true,$torrentavailable);?> </td> - <tr> + </tr> </tbody> </table> @@ -424,6 +424,7 @@ input[type="radio"], input[type="submit"], .popover-content { echo '<ul class="hl">'; _g('<strong>do not</strong> use LiveDVDs;', null, 'li'); _g('see the <a href="%s" hreflang="en">upgrade guide</a>', array($upgradeguide), 'li'); + echo '</ul>'; ?> |