Michael,

Specifically, to bypass this, go to app\views\wiki\export.rhtml and delete
the following lines:

<% if OPTIONS[:pdflatex] && @web.markup == :textile %>
 <li><%= link_to 'TeX', :web => @web.address, :action => 'export_tex'
%></li>
 <li><%= link_to 'PDF', :web => @web.address, :action => 'export_pdf'
%></li>
<% end %>

and then your export button should work fine in your environment.

Johannes

On 2/19/07, mathew <[EMAIL PROTECTED]> wrote:

While we're on the subject of the export button, I had some problems
exporting a wiki that had German accented characters in the titles of
pages. I ended up with invalid links to those pages in the exported
html. The code should probably reduce page titles to 7-bit ASCII.


mathew
_______________________________________________
Instiki-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/instiki-users

_______________________________________________
Instiki-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/instiki-users

Reply via email to