evildmp / Arkestra

Arkestra extends Django CMS to provide an intelligent semantic web publishing system for organisations and institutions.
http://arkestra-project.org
BSD 2-Clause "Simplified" License
139 stars 27 forks source link

Typogrify can muck up URLs #37

Closed evildmp closed 11 years ago

evildmp commented 12 years ago

If a template contains something like "10th" Typogrify will wrap that in a class so that CSS can make it look nicer - even if it's a url (on a Links plugin, a menu, etc).

Naturally, this will break the URL. We need to find some way to stop that...

evildmp commented 12 years ago

Duplicate of #34