1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00

Eliminate open_prerendered_tag now that it's handled by push_text

git-svn-id: svn://hamptoncatlin.com/haml/trunk@557 7063305b-7217-0410-af8c-cdc13e5119b9
This commit is contained in:
tom 2007-07-13 04:18:08 +00:00
parent b1f14fd71b
commit d4fcabbcf9

View file

@ -95,12 +95,6 @@ module Haml
end
nil
end
def open_prerendered_tag(tag, tabulation, try_one_liner, tag_closed)
@buffer << "#{tabs(tabulation)}#{tag}"
@one_liner_pending = true if try_one_liner
@real_tabs += 1 unless tag_closed
end
# Takes the various information about the opening tag for an
# element, formats it, and adds it to the buffer.