diff --git a/src/applications/owners/controller/list/PhabricatorOwnersListController.php b/src/applications/owners/controller/list/PhabricatorOwnersListController.php
index ce1372e0cd..914143a191 100644
--- a/src/applications/owners/controller/list/PhabricatorOwnersListController.php
+++ b/src/applications/owners/controller/list/PhabricatorOwnersListController.php
@@ -214,7 +214,7 @@ class PhabricatorOwnersListController extends PhabricatorOwnersController {
foreach ($pkg_paths as $key => $path) {
$repo = $handles[$path->getRepositoryPHID()]->getName();
$pkg_paths[$key] =
- ''.$repo.' '.
+ ''.phutil_escape_html($repo).' '.
phutil_escape_html($path->getPath());
}
$pkg_paths = implode('
', $pkg_paths);