Fix "what's new" text to have the proper ' in it.

This commit is contained in:
Magnus Hagander
2011-11-07 21:37:18 +01:00
parent 6d35e811a1
commit e34d27ac25

View File

@ -35,7 +35,7 @@ sitenav = {
{'title': 'Japanese', 'link':'http://www.postgresql.jp/document/'},
]},
{'title': 'Security', 'link':'/support/security/'},
{'title': 'What''s New', 'link':'/docs/9.1/static/release-9-1.html'},
{'title': 'What\'s New', 'link':'/docs/9.1/static/release-9-1.html'},
{'title': 'FAQ', 'link':'http://wiki.postgresql.org/wiki/Category:FAQ'},
{'title': 'Books', 'link':'/docs/books/'},
{'title': 'Wiki', 'link':'http://wiki.postgresql.org'},