Changeset 707796
- Timestamp:
- 05/04/2013 08:13:19 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wp-hatena-notation/trunk/WP/Hatena/Notation/Renderer.php
r707792 r707796 40 40 $this->headerCount = 0; 41 41 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']); 44 43 45 44 if ($this->fncount > 0) {
Note: See TracChangeset
for help on using the changeset viewer.