1
0
Fork 0
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:
epriestley 2012-04-06 14:09:24 -07:00
parent a234a712cd
commit f7c74e3fb8

View file

@ -258,7 +258,7 @@ final class PhabricatorDirectoryMainController
return $this->renderMiniPanel( return $this->renderMiniPanel(
'No "Needs Triage" Tasks', 'No "Needs Triage" Tasks',
'No tasks in <a href="/project/">projects you are a member of</a> '. 'No tasks in <a href="/project/">projects you are a member of</a> '.
'need triage.</p>'); 'need triage.');
} }
$panel = new AphrontPanelView(); $panel = new AphrontPanelView();