webhelpers.paginate: html entity for symbol_previous|next

2011-03-01 Thread Chris Withers

Hi All,

I like to use laquo; and raquo; as my batch links.
If I pass these as symbol_previous and symbol_next, they get html quoted.

How can I stop that happening?

cheers,

Chris

--
Simplistix - Content Management, Batch Processing  Python Consulting
   - http://www.simplistix.co.uk

--
You received this message because you are subscribed to the Google Groups 
pylons-devel group.
To post to this group, send email to pylons-devel@googlegroups.com.
To unsubscribe from this group, send email to 
pylons-devel+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/pylons-devel?hl=en.



Re: webhelpers.paginate: html entity for symbol_previous|next

2011-03-01 Thread Daniel Holth
Wrap laquo; in webhelpers.html.literal() or ...set # -*- coding: utf-8 -*- 
in your Python file and just pass the unicode character to the batcher.

-- 
You received this message because you are subscribed to the Google Groups 
pylons-devel group.
To post to this group, send email to pylons-devel@googlegroups.com.
To unsubscribe from this group, send email to 
pylons-devel+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/pylons-devel?hl=en.