diff options
author | Ralph Amissah <ralph@amissah.com> | 2007-08-21 21:35:10 +0100 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2007-08-21 21:35:10 +0100 |
commit | b832e9a1cd1c8669898b4d93fc1cd7199849979a (patch) | |
tree | 93316d0ffb998b4c2866f0c2492bad2079f90aa9 /lib/sisu/v0/dal.rb | |
parent | Updated sisu-0.56.3 (diff) | |
parent | small fixes to manifest and html_scroll, and adjustment to html navigation ba... (diff) |
Merge branch 'upstream' into debian/sid
Diffstat (limited to 'lib/sisu/v0/dal.rb')
-rw-r--r-- | lib/sisu/v0/dal.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/sisu/v0/dal.rb b/lib/sisu/v0/dal.rb index a4e512f2..2e5075d4 100644 --- a/lib/sisu/v0/dal.rb +++ b/lib/sisu/v0/dal.rb @@ -818,9 +818,9 @@ module SiSU_DAL ocnm=ocnd=ocnv=0 ocnm+=1 header0='<:pn>' - header1="\n1~ Document Information <~0;0:0;m#{ocnm}>" + header1="\n1~ Document Information (metadata) <~0;0:0;m#{ocnm}>" ocnm+=1 - header4="\n4~metadata MetaData <~0;m#{ocnm};m#{ocnm}>" + header4="\n4~metadata Metadata <~0;m#{ocnm};m#{ocnm}>" ocnm+=1; ocnd+=1 head_no_dc="<~0;m#{ocnm};d#{ocnd}>" ocnm+=1; ocnd+=1 |