app/views/wiki/export.rhtml in Pimki-1.3.092 vs app/views/wiki/export.rhtml in Pimki-1.4.092

- old
+ new

@@ -1,14 +1,14 @@ -<% @title = "Export" %><%= sub_template "top" %> - -<p>You can export all the pages in this web as a zip file in either HTML (with working links and all) or the pure markup (to import in another wiki).</p> - -<ul id="feedsList"> - <li><a href="../export_html">HTML</a> - <li><a href="../export_markup">Markup (<%= @web.markup %>)</a> -<% if OPTIONS[:pdflatex] && @web.markup == :textile %> - <li><a href="../export_tex">TeX</a> - <li><a href="../export_pdf">PDF</a> -<% end %> -</ul> - -<%= sub_template "bottom" %> +<% @title = "Export" %><%= sub_template "top" %> + +<p>You can export all the pages in this web as a zip file in either HTML (with working links and all) or the pure markup (to import in another wiki).</p> + +<ul id="feedsList"> + <li><a href="../export_html">HTML</a> + <li><a href="../export_markup">Markup (<%= @web.markup %>)</a> +<% if OPTIONS[:pdflatex] && @web.markup == :textile %> + <li><a href="../export_tex">TeX</a> + <li><a href="../export_pdf">PDF</a> +<% end %> +</ul> + +<%= sub_template "bottom" %>