Skip to content
Snippets Groups Projects
Commit a9e54b51 authored by Demian Katz's avatar Demian Katz
Browse files

Merge pull request #317 from quartsize/authorinfo-clearfix

Stop images from overflowing the AuthorInfo well
parents 646062ef 2af9d7bc
No related merge requests found
<? $this->info = $this->recommend->getAuthorInfo() ?>
<? if (!(empty($this->info['description']) || empty($this->info))): ?>
<div class="well">
<div class="well clearfix">
<p class="lead"><?=$this->info['name'] ?></p>
<? if (isset($this->info['image'])): ?>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment