]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tpl/default/export.html
Explicitly define base and asset path in templates
[github/shaarli/Shaarli.git] / tpl / default / export.html
index af1d6e330218c75df41b2bb2c0f1a0aff5ddcfdc..91cf78b6eb1cae84138d6e8a1111c126e752c39d 100644 (file)
@@ -1,12 +1,12 @@
 <!DOCTYPE html>
-<html>
+<html{if="$language !== 'auto'"} lang="{$language}"{/if}>
 <head>
   {include="includes"}
 </head>
 <body>
 {include="page.header"}
 
-<form method="GET" action="#" name="exportform" id="exportform">
+<form method="GET" action="{$base_path}/?do=export" name="exportform" id="exportform">
   <div class="pure-g">
     <div class="pure-u-lg-1-4 pure-u-1-24"></div>
     <div class="pure-u-lg-1-2 pure-u-22-24 page-form page-form-complete">