diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-02-09 21:24:05 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-02-09 21:24:05 +0100 |
commit | bca6e495f142fcfda7fbe6561207e9f6b3c43921 (patch) | |
tree | 20c8bf9b5f5a35206c8125c119729832cd49e151 /pyaggr3g470r/templates | |
parent | Improvements to the OPML importer. (diff) | |
download | newspipe-bca6e495f142fcfda7fbe6561207e9f6b3c43921.tar.gz newspipe-bca6e495f142fcfda7fbe6561207e9f6b3c43921.tar.bz2 newspipe-bca6e495f142fcfda7fbe6561207e9f6b3c43921.zip |
Fixed typo.
Diffstat (limited to 'pyaggr3g470r/templates')
-rw-r--r-- | pyaggr3g470r/templates/management.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyaggr3g470r/templates/management.html b/pyaggr3g470r/templates/management.html index 77cfd2bd..0f01acdb 100644 --- a/pyaggr3g470r/templates/management.html +++ b/pyaggr3g470r/templates/management.html @@ -14,7 +14,7 @@ <div class="jumbotron"> <h1>Import feeds</h1> <form action="" method="post" id="formImportOPML" enctype="multipart/form-data"> - <span class="btn btn-default btn-file">Import OPM<input type="file" name="opmlfile" /></span> + <span class="btn btn-default btn-file">Import OPML<input type="file" name="opmlfile" /></span> <button class="btn btn-default" type="submit">OK</button> </form> </div> |