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:
parent
b1f14fd71b
commit
d4fcabbcf9
1 changed files with 0 additions and 6 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue