hirokawa                Tue Mar 13 14:12:01 2001 EDT

  Modified files:              
    /phpdoc     common.dsl.in 
  Log:
  fixed corrupted characters in title page of japanese manual.
  
Index: phpdoc/common.dsl.in
diff -u phpdoc/common.dsl.in:1.10 phpdoc/common.dsl.in:1.11
--- phpdoc/common.dsl.in:1.10   Sun Mar 11 02:19:05 2001
+++ phpdoc/common.dsl.in        Tue Mar 13 14:12:01 2001
@@ -1,6 +1,6 @@
 ;; -*- Scheme -*-
 ;;
-;; $Id: common.dsl.in,v 1.10 2001/03/11 10:19:05 hirokawa Exp $
+;; $Id: common.dsl.in,v 1.11 2001/03/13 22:12:01 hirokawa Exp $
 ;;
 ;; This file contains stylesheet customization common to the HTML
 ;; and print versions.
@@ -27,6 +27,8 @@
 (define %prefers-ordinal-label-name-format% @NUMBER_FIRST@)
 (define ($generate-book-lot-list$) (list))
 
+(define gentext-ja-edited-by "Edited by")
+
 (define (php-code code)
   (make processing-instruction
     data: (string-append "php " code "?")))
@@ -70,8 +72,6 @@
       impl)))
 
 ;; definition for japanese
-
-(define gentext-ja-edited-by "Edited by")
 
 (define ja-chapter-name        "\U-7B2C;")
 (define ja-sect1-name  "\U-7B2C;")


Reply via email to