You are here

public function HamlNestedRenderer::renderCloseComment in Sassy 7

* Renders the closing of a comment

Overrides HamlRenderer::renderCloseComment

File

phamlp/haml/renderers/HamlNestedRenderer.php, line 56

Class

HamlNestedRenderer
HamlNestedRenderer class. Blocks and content are indented according to their nesting level. @package PHamlP @subpackage Haml.renderers

Code

public function renderCloseComment($node) {
  return parent::renderCloseComment($node) . "\n";
}