]> 4ch.mooo.com Git - test.git/commitdiff
modified: lib/lib_common.php
authorsparky4 <sparky4@4ch.irc.su>
Thu, 17 Feb 2011 15:16:42 +0000 (09:16 -0600)
committersparky4 <sparky4@4ch.irc.su>
Thu, 17 Feb 2011 15:16:42 +0000 (09:16 -0600)
lib/lib_common.php

index fc31795b10529d311fbcfa8de0e8bf6ce9cb198e..959f510c5391848bb502184d05bb33c461d94ce0 100755 (executable)
@@ -179,6 +179,7 @@ function auto_link($proto){
 function quoteLight($comment){
        return preg_replace('/(^|<br \/>)((?:&gt;|>).*?)(?=<br \/>|$)/u', '$1<span class="unkfunc">$2</span>', $comment);
 }
+/* # quoting */
 function quoteLight2($comment){
        return preg_replace('/(^|<br \/>)((?:#|#).*?)(?=<br \/>|$)/u', '$1<span class="unkfunc2">$2</span>', $comment);
 }
@@ -416,4 +417,4 @@ function abbreviate($str, $max_lines){
        $str .= str_repeat("</span>", substr_count($str, "<span") - substr_count($str, "</span"));
        return array($str, $abbr);
 }
-?>
\ No newline at end of file
+?>