Plugin Directory

Changeset 707796


Ignore:
Timestamp:
05/04/2013 08:13:19 AM (13 years ago)
Author:
rewish
Message:

Sync git:master

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-hatena-notation/trunk/WP/Hatena/Notation/Renderer.php

    r707792 r707796  
    4040        $this->headerCount = 0;
    4141
    42         $ret = $this->renderNode($rootnode);
    43         $ret = '<div class="' . $this->config['sectionclass'] . '">' . PHP_EOL . $ret . PHP_EOL . '</div>' . PHP_EOL;
     42        $ret = str_replace('%content%', $this->renderNode($rootnode), $this->config['textbody_html']);
    4443
    4544        if ($this->fncount > 0) {
Note: See TracChangeset for help on using the changeset viewer.