Skip to content

Commit

Permalink
changed line indenting
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk@178548 c90b9560-bf6c-de11-be94-00142212c4b1
  • Loading branch information
Paul M Jones committed Jan 30, 2005
1 parent 448ab62 commit ac16a9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Text/Wiki/Render/Xhtml/Code.php
Expand Up @@ -26,7 +26,7 @@ function token($options)
{
$text = $options['text'];
$attr = $options['attr'];
$type = strtolower($attr['type']);
$type = strtolower($attr['type']);

$css = $this->formatConf(' class="%s"', 'css');
$css_code = $this->formatConf(' class="%s"', 'css_code');
Expand Down

0 comments on commit ac16a9f

Please sign in to comment.