diff options
| author | fisharebest <fisharebest@gmail.com> | 2011-10-24 22:10:06 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2011-10-24 22:10:06 +0000 |
| commit | 20e029dbd2424fb2f9bfe46dea9970795c9c4e7c (patch) | |
| tree | 30f8b1cb61bcbcca0d0bc5457e5162f1d5595d28 | |
| parent | ee350fb311183d16dabb0e551c29359f8c0f287b (diff) | |
| download | webtrees-20e029dbd2424fb2f9bfe46dea9970795c9c4e7c.tar.gz webtrees-20e029dbd2424fb2f9bfe46dea9970795c9c4e7c.tar.bz2 webtrees-20e029dbd2424fb2f9bfe46dea9970795c9c4e7c.zip | |
FAB blocks - remove spurious '
| -rw-r--r-- | themes/fab/templates/block_main_temp.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/fab/templates/block_main_temp.php b/themes/fab/templates/block_main_temp.php index a204798981..c37e7edf3d 100644 --- a/themes/fab/templates/block_main_temp.php +++ b/themes/fab/templates/block_main_temp.php @@ -34,4 +34,4 @@ if (!defined('WT_WEBTREES')) { <div id="<?php echo $id; ?>" class="block"> <div class="blockheader"><?php echo $title; ?></div> <div class="blockcontent <?php echo $class; ?>"><?php echo $content; ?></div> -</div>' +</div> |
