Merge pull request #321 from bootstraponline/cleanUp

Remove unused local var.
This commit is contained in:
Corey Donohoe
2012-05-07 15:04:04 -07:00
+1 -1
View File
@@ -130,7 +130,7 @@ module Gollum
# #
# Returns the fully sanitized String title. # Returns the fully sanitized String title.
def title def title
header = Sanitize.clean(name).strip Sanitize.clean(name).strip
end end
# Public: The path of the page within the repo. # Public: The path of the page within the repo.