Skip to content

Commit

Permalink
Merge pull request dreverri#19 from apazzolini/master
Browse files Browse the repository at this point in the history
[[Page#Anchor]] links don't seem to work
  • Loading branch information
dreverri committed May 4, 2012
2 parents 60fb5e5 + f44fc55 commit 87b7273
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/gollum-site/site.rb
Expand Up @@ -11,7 +11,7 @@ def self.default_layout_dir()

def initialize(path, options = {})
@wiki = Gollum::Wiki.new(path, {
:markup_class => Gollum::SiteMarkup,
:markup_classes => Hash.new(Gollum::SiteMarkup),
:page_class => Gollum::SitePage,
:base_path => options[:base_path],
:sanitization => sanitization(options),
Expand Down
2 changes: 1 addition & 1 deletion lib/gollum-site/version.rb
@@ -1,5 +1,5 @@
module Gollum
class Site
VERSION = "0.1.11"
VERSION = "0.1.12"
end
end

0 comments on commit 87b7273

Please sign in to comment.