hgbook

diff it/web/genindex.py @ 837:fc4cf5ddddd4

Typography for HTML headers and footers.
author gpiancastelli
date Wed Aug 19 19:51:09 2009 +0200 (2009-08-19)
parents 52ed51334e01
children cd492721c0e5
line diff
     1.1 --- a/it/web/genindex.py	Sun Aug 16 23:12:08 2009 +0200
     1.2 +++ b/it/web/genindex.py	Wed Aug 19 19:51:09 2009 +0200
     1.3 @@ -12,7 +12,7 @@
     1.4  fp = open('index-read.html.in', 'w', encoding='utf-8')
     1.5  
     1.6  print('''
     1.7 -<div class="navheader"><h1 class="booktitle">Mercurial: la guida definitiva<div class="authors">di Bryan O'Sullivan</div></h1></div>
     1.8 +<div class="navheader"><h1 class="booktitle">Mercurial: la guida definitiva<div class="authors">di Bryan O&#8217;Sullivan</div></h1></div>
     1.9  <div class="book"><ul class="booktoc">''', file=fp)
    1.10  
    1.11  ch = 0