Skip to content

Instantly share code, notes, and snippets.

@miebach
Created September 3, 2012 10:12
Show Gist options
  • Save miebach/3608328 to your computer and use it in GitHub Desktop.
Save miebach/3608328 to your computer and use it in GitHub Desktop.
Allow colours and other inline styles in Redmine
Allow colours and other inline styles in Redmine
================================================
Textile inline styles are disabled in Redmine >=0.8 for security reasons.
If you want this feature and don't fear XSS attacks as you don't have projects with public write access, you can change this in /lib/redmine/wiki_formatting/textile/formatter.rb :
self.filter_styles=false
Restart Redmine after the change!
see http://www.redmine.org/projects/redmine/wiki/FAQ#Why-are-Textile-inline-styles-not-working
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment