diff options
author | Daniel Friesel <derf@finalrewind.org> | 2019-03-03 22:19:57 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2019-03-03 22:19:57 +0100 |
commit | 41076aafd5f3590490b64816116d7803d4744ff9 (patch) | |
tree | 2013c1d0ca19cec25980c2dc5096515652e58748 | |
parent | 5cc43d9c59a7d1fd1f25005492a2d8123e902297 (diff) |
history: Fix typo in HTML element name
-rw-r--r-- | templates/history.html.ep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/history.html.ep b/templates/history.html.ep index c7e6b6f..25e826f 100644 --- a/templates/history.html.ep +++ b/templates/history.html.ep @@ -36,5 +36,5 @@ % } % } </tbody> - </tabel> + </table> </div> |