Sanitization#id_prefix can be modified

This commit is contained in:
risk
2011-08-04 14:02:24 -07:00
parent c7d8026ac5
commit 08a58b7520
+3 -2
View File
@@ -83,8 +83,9 @@ module Gollum
# attributes. Default: TRANSFORMERS
attr_reader :transformers
# Gets a String prefix which is added to ID attributes. Default: 'wiki-'
attr_reader :id_prefix
# Gets or sets a String prefix which is added to ID attributes.
# Default: 'wiki-'
attr_accessor :id_prefix
# Gets a Hash describing HTML attributes that Sanitize should add.
# Default: {}