UppSrc: Name of examples in ow bolded.

git-svn-id: svn://ultimatepp.org/upp/trunk@11730 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
klugier 2018-01-25 20:35:20 +00:00
parent 488e4a8c2d
commit 00bd5fd394

View file

@ -419,7 +419,7 @@ String MakeExamples(const char *dir, const char *www, int language, String paren
if(b) {
if(next)
ttxt << "\n::^ ";
ttxt << "[^" << link << "^ " << DeQtf(topic.title) << "]::^ "
ttxt << "[^ " << link << "^* " << DeQtf(topic.title) << "]::^ "
<< DeQtf(p.description);
next = true;
}