mirror of https://github.com/BOINC/boinc.git
web: show title in thread preview
Why did it take me 15 years to do this?
This commit is contained in:
parent
ddedde6c1f
commit
1788e03188
|
@ -96,7 +96,8 @@ echo "<p></p>";
|
|||
|
||||
if ($preview == tra("Preview")) {
|
||||
panel(tra('Preview'),
|
||||
function() use($content) {
|
||||
function() use($content, $title) {
|
||||
echo "<span class=lead>$title</span><p>\n";
|
||||
echo output_transform($content, null);
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue