mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-23 05:50:55 +01:00
Remove an extra </p>
Summary: renderMiniPanel() renders the entire <p>. Test Plan: Looked at page source for homepage, verified there was no double </p>. Reviewers: vrana, btrahan Reviewed By: vrana CC: aran Maniphest Tasks: T1079 Differential Revision: https://secure.phabricator.com/D2128
This commit is contained in:
parent
a234a712cd
commit
f7c74e3fb8
1 changed files with 1 additions and 1 deletions
|
@ -258,7 +258,7 @@ final class PhabricatorDirectoryMainController
|
|||
return $this->renderMiniPanel(
|
||||
'No "Needs Triage" Tasks',
|
||||
'No tasks in <a href="/project/">projects you are a member of</a> '.
|
||||
'need triage.</p>');
|
||||
'need triage.');
|
||||
}
|
||||
|
||||
$panel = new AphrontPanelView();
|
||||
|
|
Loading…
Reference in a new issue