Aleksander Machniak
2015-11-22 9f1f754daf4b57a0d0d3aea95d2321716d218cf5
plugins/hide_blockquote/hide_blockquote.php
@@ -59,8 +59,8 @@
        $input    = new html_inputfield(array('name' => '_'.$field_id, 'id' => $field_id, 'size' => 5));
        $args['blocks']['main']['options']['hide_blockquote_limit'] = array(
            'title' => $this->gettext('quotelimit'),
            'content' => $input->show($limit ? $limit : '')
            'title'   => $this->gettext('quotelimit'),
            'content' => $input->show($limit ?: '')
        );
        return $args;