mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 09:05:58 +00:00
MINOR invalid use of single quotes as HTML
MINOR whitespace in PHP cleanup
This commit is contained in:
parent
54f0af86ba
commit
237dd4564f
@ -129,7 +129,7 @@ class BlogHolder extends Page {
|
|||||||
new CompositeField(
|
new CompositeField(
|
||||||
new LiteralField("BBCodeHelper","<a id=\"BBCodeHint\" target='new'>"._t("BlogEntry.BBH")."</a><div class='clear'><!-- --></div>" ),
|
new LiteralField("BBCodeHelper","<a id=\"BBCodeHint\" target='new'>"._t("BlogEntry.BBH")."</a><div class='clear'><!-- --></div>" ),
|
||||||
new TextareaField("Content", _t("BlogEntry.CN"),20),
|
new TextareaField("Content", _t("BlogEntry.CN"),20),
|
||||||
new LiteralField("BBCodeTags","<div id='BBTagsHolder' style='display:none;'>".$codeparser->useable_tagsHTML()."</div>")
|
new LiteralField("BBCodeTags","<div id=\"BBTagsHolder\">".$codeparser->useable_tagsHTML()."</div>")
|
||||||
),
|
),
|
||||||
new TextField("Tags","Tags"),
|
new TextField("Tags","Tags"),
|
||||||
new LiteralField("Tagsnote"," <label id='tagsnote'>"._t('BlogHolder.TE', "For example: sport, personal, science fiction")."<br/>" .
|
new LiteralField("Tagsnote"," <label id='tagsnote'>"._t('BlogHolder.TE', "For example: sport, personal, science fiction")."<br/>" .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user