OSDN Git Service

BugTrack2/144: 'worried' with closing-parenthesis never tricks (Patched by '0')
authorhenoheno <henoheno>
Tue, 20 Dec 2005 14:04:40 +0000 (23:04 +0900)
committerhenoheno <henoheno>
Tue, 20 Dec 2005 14:04:40 +0000 (23:04 +0900)
default.ini.php

index 22c545f..50fb901 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 // PukiWiki - Yet another WikiWikiWeb clone.
-// $Id: default.ini.php,v 1.24 2005/12/10 07:57:30 henoheno Exp $
+// $Id: default.ini.php,v 1.25 2005/12/20 14:04:40 henoheno Exp $
 // Copyright (C)
 //   2003-2005 PukiWiki Developers Team
 //   2001-2002 Originally written by yu-ji
@@ -152,8 +152,8 @@ $facemark_rules = array(
        '\s(\(\.\.;)'   => ' <img alt="$1" src="' . IMAGE_DIR . 'face/oh.png" />',
        '\s(\(\^_-\))'  => ' <img alt="$1" src="' . IMAGE_DIR . 'face/wink.png" />',
        '\s(\(--;)'     => ' <img alt="$1" src="' . IMAGE_DIR . 'face/sad.png" />',
-       '\s(\(\^\^;)'   => ' <img alt="$1" src="' . IMAGE_DIR . 'face/worried.png" />',
        '\s(\(\^\^;\))' => ' <img alt="$1" src="' . IMAGE_DIR . 'face/worried.png" />',
+       '\s(\(\^\^;)'   => ' <img alt="$1" src="' . IMAGE_DIR . 'face/worried.png" />',
 
        // Push buttons, 0-9 and sharp (Compatibility with cell phones)
        '&amp;(pb1);'   => '[1]',