diff options
| -rw-r--r-- | lib/sisu/v2/shared_metadata.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/lib/sisu/v2/shared_metadata.rb b/lib/sisu/v2/shared_metadata.rb index dac6f914..cd46bd1d 100644 --- a/lib/sisu/v2/shared_metadata.rb +++ b/lib/sisu/v2/shared_metadata.rb @@ -744,7 +744,7 @@ WOK          hash_of=spec_char(@md.dgst[0])          hash_of=word_break_points(hash_of)          dgst=number_break_points(@md.dgst[1]) -        tag,inf='Source Digest',"\\begin\{footnotesize\}#{hash_of}\\end\{footnotesize\}\\-#{dgst}" +        tag,inf='Source Digest',"\\begin\{footnotesize\}#{hash_of}\\end\{footnotesize\}\\-\\begin\{scriptsize\}#{dgst}\\end\{scriptsize\}"          meta << meta_para(tag,inf,false)        end        if defined? @md.dgst_skin \ @@ -752,7 +752,7 @@ WOK          hash_of=spec_char(@md.dgst_skin[0])          hash_of=word_break_points(hash_of)          dgst=number_break_points(@md.dgst_skin[1]) -        tag,inf='Skin Digest',"\\begin\{footnotesize\}#{hash_of}\\end\{footnotesize\}\\-#{dgst}" +        tag,inf='Skin Digest',"\\begin\{footnotesize\}#{hash_of}\\end\{footnotesize\}\\-\\begin\{scriptsize\}#{dgst}\\end\{scriptsize\}"          meta << meta_para(tag,inf,false)        end        meta << %{#{@br}\\begin\{bfseries\}Generated \\end\{bfseries\}} | 
