Skip to content
Snippets Groups Projects
Commit 74958144 authored by Ghislain Loas's avatar Ghislain Loas Committed by Julian Maurice
Browse files

dev #15525 add space between message

parent fa97bda3
Branches
Tags
4 merge requests!366Master,!365Master,!364Master,!359Dev #15525 easy register to newsletter
<?php
$this->openBoite($this->titre);
echo $this->tag('p', $this->message);
echo $this->tag('br','');
echo $this->tag('span', $this->error, ['class' => 'error']);
echo $this->closeBoite();
?>
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