Commit: b4767fdf5f51f5b92ba02db3e26b4ce72eea1a18
Author: gwoo | Date: 2010-01-22 16:59:17 -0800
diff --git a/views/browser/index.html.php b/views/browser/index.html.php
index 8a04842..583630a 100644
--- a/views/browser/index.html.php
+++ b/views/browser/index.html.php
@@ -1,4 +1,4 @@
-<h2<?=$t('Libraries', array('scope' => 'li3_docs')); ?></h2>
+<h2><?=$t('Libraries', array('scope' => 'li3_docs')); ?></h2>
<ul class="libraries">
<?php foreach ($libraries as $name => $config) { ?>
<?php $display = ucwords(str_replace('_', ' ', $name)); ?>