aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/templates
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2014-02-09 21:24:05 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2014-02-09 21:24:05 +0100
commitbca6e495f142fcfda7fbe6561207e9f6b3c43921 (patch)
tree20c8bf9b5f5a35206c8125c119729832cd49e151 /pyaggr3g470r/templates
parentImprovements to the OPML importer. (diff)
downloadnewspipe-bca6e495f142fcfda7fbe6561207e9f6b3c43921.tar.gz
newspipe-bca6e495f142fcfda7fbe6561207e9f6b3c43921.tar.bz2
newspipe-bca6e495f142fcfda7fbe6561207e9f6b3c43921.zip
Fixed typo.
Diffstat (limited to 'pyaggr3g470r/templates')
-rw-r--r--pyaggr3g470r/templates/management.html2
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>
bgstack15