Fix Category Listing Bugs
The links to the category listings were bogus, and the category listing page needed some XSS-unprotection.
This commit is contained in:
parent
b5a4e2fd9c
commit
a57152d743
6 changed files with 30 additions and 13 deletions
|
@ -128,7 +128,7 @@ class WikiContent < ActiveSupport::SafeBuffer
|
|||
:mode => :show
|
||||
}.freeze
|
||||
|
||||
attr_reader :web, :options, :revision, :not_rendered, :pre_rendered
|
||||
attr_reader :web, :options, :revision, :not_rendered, :pre_rendered, :url_generator
|
||||
|
||||
# Create a new wiki content string from the given one.
|
||||
# The options are explained at the top of this file.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue