にへるつおるぐ | src | ブログ | コンタクト | 統計 | | Login |
|
|
ソースコード・スクリプト・パッチ置き場 |
GeneralItems that do not fit in other categories geshi.php.patch
geshi.php.patch
*** geshi.php 2012-08-19 16:25:52.000000000 +0900 --- geshi.php 2013-08-14 21:21:21.499601298 +0900 *************** *** 41,47 **** // /** The version of this GeSHi file */ ! define('GESHI_VERSION', '1.0.8.11'); // Define the root directory for the GeSHi code tree if (!defined('GESHI_ROOT')) { --- 41,47 ---- // /** The version of this GeSHi file */ ! define('GESHI_VERSION', '1.0.8.11-3'); // Define the root directory for the GeSHi code tree if (!defined('GESHI_ROOT')) { *************** *** 4025,4033 **** for ($i = 0; $i < $n; ++$i) { // Make lines have at least one space in them if they're empty // BenBE: Checking emptiness using trim instead of relying on blanks ! if ('' == trim($code[$i])) { ! $code[$i] = ' '; ! } // fancy lines if ($this->line_numbers == GESHI_FANCY_LINE_NUMBERS && $i % $this->line_nth_row == ($this->line_nth_row - 1)) { --- 4025,4033 ---- for ($i = 0; $i < $n; ++$i) { // Make lines have at least one space in them if they're empty // BenBE: Checking emptiness using trim instead of relying on blanks ! //if ('' == trim($code[$i])) { ! // $code[$i] = ' '; ! //} // fancy lines if ($this->line_numbers == GESHI_FANCY_LINE_NUMBERS && $i % $this->line_nth_row == ($this->line_nth_row - 1)) { CommentsNo comments yet
Add CommentTrackbackこのトラックバックURL(右クリックして、リンクのURLをコピー)を使ってこの記事にトラックバックを送ることができます。もしあなたのブログがトラックバック送信に対応していない場合にはこちらのフォームからトラックバックを送信することができます。トラックバックの手動送信に失敗したり、拒否された場合には、あけび猫が入力しますので、こちらまでご連絡下さい。重複したトラックバックは、自動的に1つにまとめられるようなので、気軽に色々試してみて下さい。 |