Couple of Diffusion tweaks

Summary:
 - Fix spacing on InfoView inside collasped boxes
 - Fix spacing on stacked PropertyLists in TwoColumn
 - Fix spacing on Readmes on Tablets
 - Fix unset variable on importing commits

Test Plan: Review each of the above cases.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Differential Revision: https://secure.phabricator.com/D15496
This commit is contained in:
Chad Little
2016-03-18 12:01:15 -07:00
parent 61ab7afc9c
commit 01885cad1c
4 changed files with 12 additions and 8 deletions

View File

@@ -635,6 +635,8 @@ final class DiffusionCommitController extends DiffusionController {
$author = $author_name;
$image_uri = null;
$image_href = null;
} else {
return null;
}
$author = phutil_tag('strong', array(), $author);