fix style problem
This commit is contained in:
parent
511f2178ff
commit
2921d1c5b9
|
@ -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)):
|
||||
|
|
Loading…
Reference in New Issue