Skip to content

Commit ad1d623

Browse files
committed
[plg_editors-xtd_readmore]Code style
1 parent f9e2504 commit ad1d623

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

plugins/editors-xtd/readmore/readmore.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,16 +55,16 @@ function insertReadmore(editor)
5555

5656
$doc->addScriptDeclaration($js);
5757

58-
$button = new JObject;
59-
$button->modal = false;
60-
$button->class = 'btn';
58+
$button = new JObject;
59+
$button->modal = false;
60+
$button->class = 'btn';
6161
$button->onclick = 'insertReadmore(\'' . $name . '\');return false;';
62-
$button->text = JText::_('PLG_READMORE_BUTTON_READMORE');
63-
$button->name = 'arrow-down';
62+
$button->text = JText::_('PLG_READMORE_BUTTON_READMORE');
63+
$button->name = 'arrow-down';
6464

6565
// @TODO: The button writer needs to take into account the javascript directive
6666
// $button->link', 'javascript:void(0)');
67-
$button->link = '#';
67+
$button->link = '#';
6868

6969
return $button;
7070
}

0 commit comments

Comments
 (0)