From 7b8395b341e8660e5d64b522b503ff4e19a36ebb Mon Sep 17 00:00:00 2001
From: Daku <dakutree@codeanimu.net>
Date: Sat, 15 Feb 2014 21:04:26 +0000
Subject: [PATCH] have pool description use BBcode

---
 ext/pools/theme.php | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/ext/pools/theme.php b/ext/pools/theme.php
index 444e76b5..4a33bdc2 100644
--- a/ext/pools/theme.php
+++ b/ext/pools/theme.php
@@ -121,7 +121,9 @@ class PoolsTheme extends Themelet {
 					$this->sidebar_options($page, $pool, $check_all);
 				}
 			}
-			$page->add_block(new Block(html_escape($pool['title']), html_escape($pool['description']), "main", 10));
+
+			$bb = new BBCode();
+			$page->add_block(new Block(html_escape($pool['title']), $bb->format($pool['description']), "main", 10));
 		}
 		else {
 			$pool_info = '