Skip to content
Snippets Groups Projects
Commit 3564fb04 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #410044 by WorldFallz, jmburnz: don't output an empty div.

parent 6e334892
No related branches found
No related tags found
Loading
......@@ -15,6 +15,8 @@
* @see template_preprocess_user_picture()
*/
?>
<div class="picture">
<?php print $picture; ?>
</div>
<?php if ($picture): ?>
<div class="picture">
<?php print $picture; ?>
</div>
<?php endif; ?>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment