Differences From:
File
src/timeline.c
part of check-in
[a84089319c]
- Fix a C++-ism.
by
drh on
2007-10-11 01:20:45.
[view]
To:
File
src/timeline.c
part of check-in
[c963a7763d]
- Much improved wiki rendering. Automatic paragraph tags now match
correctly. All tags should balance.
by
drh on
2007-10-13 01:18:52.
[view]
@@ -162,9 +162,9 @@
}else{
hyperlink_to_uuid(zUuid);
}
db_column_blob(pQuery, 3, &comment);
- wiki_convert(&comment, 0);
+ wiki_convert(&comment, 0, WIKI_INLINE);
blob_reset(&comment);
@ (by %h(zUser))</td></tr>
}
@ </table>