Plugin Directory

Changeset 623219


Ignore:
Timestamp:
11/09/2012 10:39:28 PM (13 years ago)
Author:
flashpixx
Message:

css typo error fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • geshi-source-colorer/trunk/filter.class.php

    r600040 r623219  
    150150       
    151151        $geshi  = new \GeSHi( $source, $option["language"] );
    152         self::setGeSHiMainOptions($geshi, $option, $id, "geshi-source-colorer-line ".$option["css"]["line"]);
     152        self::setGeSHiMainOptions($geshi, $option, $id, "geshisourcecolorer-line ".$option["css"]["line"]);
    153153        self::setGeSHiStyle($geshi, $option["style"]);
    154154        self::setGeSHiHeader($geshi, $option, $id, $source);
Note: See TracChangeset for help on using the changeset viewer.