Wrapper div for LiteralField

This commit is contained in:
Ingo Schommer 2016-06-17 14:17:36 +12:00
parent 049277d71f
commit d66b64d1fa
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ class BasicFieldsTestPage extends TestPage
);
$fields->addFieldToTab('Root.Text',
LiteralField::create('LiteralField', 'LiteralField with <b>some bold text</b> and <a href="http://silverstripe.com">a link</a>')
LiteralField::create('LiteralField', '<div class="form__divider">LiteralField with <b>some bold text</b> and <a href="http://silverstripe.com">a link</a></div>')
);
$fields->addFieldToTab('Root.Text',