fix style problem

This commit is contained in:
wlx 2013-04-21 03:06:04 +00:00
parent 511f2178ff
commit 2921d1c5b9
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ $this->breadcrumb()->setSeparator(' > ');
echo $this->error;
}
?>
<h3><a href="/data/<?php echo $this->paginator[0]['uuid']; ?>"><?php echo $this->paginator[0]['title']; ?></a></h3>
<h3><a href="/data/<?php echo $this->paginator[0]['uuid']; ?>"><?php echo $this->paginator[0]['title']; ?></a> </h3>
<div class="well">
<?php
if (count($this->paginator)):