From 00bd5fd394b7eddec698729beef07ee3800d2346 Mon Sep 17 00:00:00 2001 From: klugier Date: Thu, 25 Jan 2018 20:35:20 +0000 Subject: [PATCH] UppSrc: Name of examples in ow bolded. git-svn-id: svn://ultimatepp.org/upp/trunk@11730 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppbox/uppweb/www.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uppbox/uppweb/www.cpp b/uppbox/uppweb/www.cpp index 5e6381928..b1347e473 100644 --- a/uppbox/uppweb/www.cpp +++ b/uppbox/uppweb/www.cpp @@ -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; }