diff options
author | zotlabs <mike@macgirvin.com> | 2017-03-26 14:40:20 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-03-26 14:40:20 -0700 |
commit | 5cbf60320355845e2abdec0422055d3fe321e84e (patch) | |
tree | 76f88c1ef52a9f05582e0b3fac4267ab3683db73 /view/tpl/website_portation_tools.tpl | |
parent | dc59817a9d683d9a262397f3b4d6909e44779847 (diff) | |
parent | c327b00efa7807374776a341a7cec4023f61497b (diff) | |
download | volse-hubzilla-5cbf60320355845e2abdec0422055d3fe321e84e.tar.gz volse-hubzilla-5cbf60320355845e2abdec0422055d3fe321e84e.tar.bz2 volse-hubzilla-5cbf60320355845e2abdec0422055d3fe321e84e.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
Diffstat (limited to 'view/tpl/website_portation_tools.tpl')
-rw-r--r-- | view/tpl/website_portation_tools.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/website_portation_tools.tpl b/view/tpl/website_portation_tools.tpl index 4ee1376ea..0d131cb17 100644 --- a/view/tpl/website_portation_tools.tpl +++ b/view/tpl/website_portation_tools.tpl @@ -15,7 +15,7 @@ <!-- Or upload a zipped file containing the website --> <p class="descriptive-text">{{$file_upload_text}}</p> <div class="form-group"> - <input class="form-control-file w100" type="file" name="zip_file" /> + <input class="form-control-file w-100" type="file" name="zip_file" /> </div> <div class="form-group"> <button class="btn btn-primary btn-sm" type="submit" name="w_upload" value="w_upload">Submit</button> |