diff options
author | Øyvind A. Holm <sunny@sunbase.org> | 2015-04-02 01:54:41 +0200 |
---|---|---|
committer | Øyvind A. Holm <sunny@sunbase.org> | 2015-04-02 01:54:41 +0200 |
commit | ee18855890956231a0689c74438ac632ea5d2238 (patch) | |
tree | ed30677b3c4b7f708cd6e0fab33f195a4f0770fd /doc | |
parent | 3b17aaba7f4d17ce9592aca965f319157494cbcd (diff) |
index.mdwn: Typo fix in HTML attribute, widtd → width
Diffstat (limited to 'doc')
-rw-r--r-- | doc/index.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/index.mdwn b/doc/index.mdwn index fd166212e..4834a9083 100644 --- a/doc/index.mdwn +++ b/doc/index.mdwn @@ -33,7 +33,7 @@ files with git. <table> <tr> <td width="50%" valign="top">[[!inline feeds=no template=bare pages=footer/column_a]]</td> -<td widtd="50%" valign="top">[[!inline feeds=no template=bare pages=footer/column_b]]</td> +<td width="50%" valign="top">[[!inline feeds=no template=bare pages=footer/column_b]]</td> </tr> </table> |