We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9e2504 commit ad1d623Copy full SHA for ad1d623
1 file changed
plugins/editors-xtd/readmore/readmore.php
@@ -55,16 +55,16 @@ function insertReadmore(editor)
55
56
$doc->addScriptDeclaration($js);
57
58
- $button = new JObject;
59
- $button->modal = false;
60
- $button->class = 'btn';
+ $button = new JObject;
+ $button->modal = false;
+ $button->class = 'btn';
61
$button->onclick = 'insertReadmore(\'' . $name . '\');return false;';
62
- $button->text = JText::_('PLG_READMORE_BUTTON_READMORE');
63
- $button->name = 'arrow-down';
+ $button->text = JText::_('PLG_READMORE_BUTTON_READMORE');
+ $button->name = 'arrow-down';
64
65
// @TODO: The button writer needs to take into account the javascript directive
66
// $button->link', 'javascript:void(0)');
67
- $button->link = '#';
+ $button->link = '#';
68
69
return $button;
70
}
0 commit comments