]> git.pld-linux.org Git - packages/docbook-utils.git/commitdiff
- use-id-as-filename back to #f
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 19 Feb 2003 10:45:11 +0000 (10:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  (it's security issue - this option is potentially dangerous and shouldn't
   be set in default stylesheet; if needed, one can use alternative
   stylesheet or enable it from command line (e.g. by -V'%use-id-as-filename%')

Changed files:
    gdp-both.dsl -> 1.3

gdp-both.dsl

index 68ef7720f65892e99e20678eb531b846ce890982..42771d143cffe6d386d18015abc389633a0bc733 100644 (file)
 
 ;;Use element ids as filenames?
 (define %use-id-as-filename%
- #t)
+ #f)
 
 
 ;;=========================
This page took 0.067828 seconds and 4 git commands to generate.