lib/nanoc/helpers/link_to.rb in nanoc-3.7.4 vs lib/nanoc/helpers/link_to.rb in nanoc-3.7.5

- old
+ new

@@ -1,12 +1,10 @@ # encoding: utf-8 module Nanoc::Helpers - # Contains functions for linking to items and item representations. module LinkTo - require 'nanoc/helpers/html_escape' include Nanoc::Helpers::HTMLEscape # Creates a HTML link to the given path or item representation, and with # the given text. All attributes of the `a` element, including the `href` @@ -152,9 +150,7 @@ end # Done relative_path end - end - end