lib/bolt/view.rb in benofsky-bolt-0.1.6 vs lib/bolt/view.rb in benofsky-bolt-0.1.7
- old
+ new
@@ -5,11 +5,11 @@
# Created by Ben McRedmond on 2010-01-09.
# Copyright 2010 Ben McRedmond. All rights reserved.
#
def u(path)
- path + ".html"
+ path + ".html"
end
def anchor(path)
- "#"+path
+ "#" + path
end
\ No newline at end of file