Fix interpolation error, encode inserted caption strings and add the caption in HTML output too.

This commit is contained in:
Georg Brandl
2011-01-08 15:39:35 +01:00
parent 8b51e75bd9
commit e48f7eb09a
4 changed files with 21 additions and 9 deletions

View File

@@ -77,6 +77,8 @@ Release 1.1 (in development)
* #306: Added :event:`env-get-outdated` event.
* #590: Added ``caption`` option to graphviz directives.
* C++ domain now supports array definitions.