[Hiki-cvs 1403] [950] * style/default/hikidoc.rb: use recent hikidoc.rb (rev.110).

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2009年 8月 5日 (水) 19:45:47 JST


Revision: 950
          http://sourceforge.jp/projects/hiki/svn/view?view=rev&revision=950
Author:   fdiary
Date:     2009-08-05 19:45:47 +0900 (Wed, 05 Aug 2009)

Log Message:
-----------
* style/default/hikidoc.rb: use recent hikidoc.rb (rev.110).
(it was not well updated in r947, sorry).

Modified Paths:
--------------
    hiki/trunk/ChangeLog
    hiki/trunk/hiki/config.rb
    hiki/trunk/style/default/hikidoc.rb

Modified: hiki/trunk/ChangeLog
===================================================================
--- hiki/trunk/ChangeLog	2009-08-04 02:31:57 UTC (rev 949)
+++ hiki/trunk/ChangeLog	2009-08-05 10:45:47 UTC (rev 950)
@@ -1,3 +1,7 @@
+2009-08-05  Kazuhiko  <kazuh****@fdiar*****>
+
+	* style/default/hikidoc.rb: use recent hikidoc.rb (rev.110).
+
 2009-08-04  okkez  <okkez****@gmail*****>
 
 	* misc/plugin/attach/attach.cgi: use dot instead of double colon
@@ -8,10 +12,6 @@
 	* hiki/util.rb (Hiki::Util::sendmail): fix a typo (Hiki::Version
 	-> Hiki::VERSION).
 
-2009-07-31  Kazuhiko  <kazuh****@fdiar*****>
-
-	* style/default/hikidoc.rb: use recent hikidoc.rb (rev.110).
-
 2009-07-28  okkez  <okkez****@gmail*****>
 
 	* misc/plugin/history.rb (Hiki::History#history): uncomment. (see rev.942)

Modified: hiki/trunk/hiki/config.rb
===================================================================
--- hiki/trunk/hiki/config.rb	2009-08-04 02:31:57 UTC (rev 949)
+++ hiki/trunk/hiki/config.rb	2009-08-05 10:45:47 UTC (rev 950)
@@ -5,7 +5,7 @@
 
 module Hiki
   VERSION = '0.8.7'
-  RELEASE_DATE = '2009-08-01'
+  RELEASE_DATE = '2009-08-05'
 end
 
 # For backward compatibility

Modified: hiki/trunk/style/default/hikidoc.rb
===================================================================
--- hiki/trunk/style/default/hikidoc.rb	2009-08-04 02:31:57 UTC (rev 949)
+++ hiki/trunk/style/default/hikidoc.rb	2009-08-05 10:45:47 UTC (rev 950)
@@ -727,7 +727,7 @@
     end
 
     def inline_plugin(src)
-      %Q(<span class="plugin">{{#{src}}}</span>)
+      %Q(<span class="plugin">{{#{escape_html(src)}}}</span>)
     end
 
     #




Hiki-cvs メーリングリストの案内
Back to archive index