aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--lib/sisu/v2/texinfo_format.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/sisu/v2/texinfo_format.rb b/lib/sisu/v2/texinfo_format.rb
index 53918e26..9e8afb10 100644
--- a/lib/sisu/v2/texinfo_format.rb
+++ b/lib/sisu/v2/texinfo_format.rb
@@ -175,7 +175,7 @@ WOK
end
if defined? @md.classify.subject \
and @md.classify.subject=~/\S+/
- subject=spec_char(@md.subject)
+ subject=spec_char(@md.classify.subject)
end
if defined? @md.notes.description \
and @md.notes.description=~/\S+/
@@ -240,6 +240,8 @@ WOK
end
if defined? @md.rights.all \
and @md.rights.all=~/\S+/
+ rights=spec_char(@md.rights.all)
+ end
rights=spec_char(@md.rights.all)
full_title="Title: #{full_title}\n\n" if full_title #dc
author="Author: #{author}\n\n" if author #dc