diff options
author | Ralph Amissah <ralph@amissah.com> | 2007-09-28 12:35:42 +0100 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2007-09-28 12:35:42 +0100 |
commit | f7c2288223609b86b7f8add9fca8ca4c802e3ff4 (patch) | |
tree | 2eb4f56bd3750eb4af12d54455415eb8588ba36d /lib/sisu/v0/odf.rb | |
parent | remove sisu-doc sub-package and introduce lintian overrides for inability to ... (diff) |
changes related to changing tag of document information header to ~meta
Diffstat (limited to 'lib/sisu/v0/odf.rb')
-rw-r--r-- | lib/sisu/v0/odf.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sisu/v0/odf.rb b/lib/sisu/v0/odf.rb index d4d4fd2f..981bedeb 100644 --- a/lib/sisu/v0/odf.rb +++ b/lib/sisu/v0/odf.rb @@ -516,7 +516,7 @@ module SiSU_ODF if d_meta; odf_metadata(d_meta) end end - @rcdc=true if @rcdc==false and (para =~/~metadata/ or para =~/1~\s+Document Information/) + @rcdc=true if @rcdc==false and (para =~/~metadata/ or para =~/1~meta\s+Document Information/) if para !~/(^0~|<ENDNOTES>|<EOF>)/ if para =~@regx #/.+?<~\d+;\w\d+;\w\d+>.*/ #watch change paranum=para[@regx,3] |