Home
last modified time | relevance | path

Searched refs:_line (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/inc/
H A DDifferenceEngine.php936 protected $_line; variable in _HWLDF_WordAccumulator
946 $this->_line = '';
954 $this->_line .= '<strong '.HTMLDiff::css('diff-mark').'>'.$this->_escape($this->_group).'</strong>';
956 $this->_line .= '<span '.HTMLDiff::css('diff-addedline').'>'.$this->_escape($this->_group).'</span>';
958 $this->_line .= '<span '.HTMLDiff::css('diff-deletedline').'><del>'.$this->_escape($this->_group).'</del></span>';
960 $this->_line .= $this->_escape($this->_group);
971 if ($this->_line != '')
972 $this->_lines[] = $this->_line;
973 $this->_line = '';