lib/bolt/view.rb in benofsky-bolt-0.1.5 vs lib/bolt/view.rb in benofsky-bolt-0.1.6
- 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