From 655289b8f98e65bd2a35eb78ab9c57e947d80a8d Mon Sep 17 00:00:00 2001
From: Dries Buytaert <dries@buytaert.net>
Date: Tue, 10 May 2005 19:11:04 +0000
Subject: [PATCH] - Fixed typo: $block->title -> $block->subject.  Spotted by
 Morbus.

---
 themes/bluemarine/block.tpl.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/bluemarine/block.tpl.php b/themes/bluemarine/block.tpl.php
index 458a60af6912..75f2708a53a7 100644
--- a/themes/bluemarine/block.tpl.php
+++ b/themes/bluemarine/block.tpl.php
@@ -1,4 +1,4 @@
   <div class="block block-<?php print $block->module; ?>" id="block-<?php print $block->module; ?>-<?php print $block->delta; ?>">
-    <h2 class="title"><?php print $block->title; ?></h2>
+    <h2 class="title"><?php print $block->subject; ?></h2>
     <div class="content"><?php print $block->content; ?></div>
  </div>
-- 
GitLab