From 6cda9ffd10f22fd29785bbde483ef74b930e0185 Mon Sep 17 00:00:00 2001
From: boobaa <boobaa@199303.no-reply.drupal.org>
Date: Sun, 11 Mar 2012 00:48:02 +0100
Subject: [PATCH] Fixed #1030088 by Boobaa: removed debug garbage from the
 template.

---
 shortcode_embed_contents/theme/node-shortcode--default.tpl.php | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/shortcode_embed_contents/theme/node-shortcode--default.tpl.php b/shortcode_embed_contents/theme/node-shortcode--default.tpl.php
index ec2de86..cf6df00 100644
--- a/shortcode_embed_contents/theme/node-shortcode--default.tpl.php
+++ b/shortcode_embed_contents/theme/node-shortcode--default.tpl.php
@@ -46,11 +46,10 @@
  * @see template_preprocess()
  * @see template_preprocess_node()
  */
-?><h1>hahóóó</h1>
+?>
 <div id="node-<?php print $node->nid; ?>" class="node<?php if ($sticky) { print ' sticky'; } ?><?php if (!$status) { print ' node-unpublished'; } ?> clear-block">
 
 <?php print $picture ?>
-<h1>shortcode default</h1>
 <?php if (!$page): ?>
   <h2><a href="<?php print $node_url ?>" title="<?php print $title ?>"><?php print $title ?></a></h2>
 <?php endif; ?>
-- 
GitLab