Minor phutil_tag/HTML fixes

Summary:

  - In stack traces, a `,` should clearly be a `.`.
  - In Calendar, a 'td' got swapped with a 'p' somewhere.
  - In old-style transaction views, strlen() is no longer a sufficient test.

Test Plan:

  - Verified stack traces render correctly.
  - Verified calendar renders correctly.
  - Verified Maniphest transactions with no comment no longer have a little empty div a few pixels high.

Reviewers: chad

Reviewed By: chad

CC: aran

Differential Revision: https://secure.phabricator.com/D4971
This commit is contained in:
epriestley
2013-02-15 08:14:31 -08:00
parent d8d16ece5e
commit 6124865c56
5 changed files with 29 additions and 29 deletions

View File

@@ -382,7 +382,7 @@ class AphrontDefaultApplicationConfiguration
return hsprintf(
'<div class="exception-trace">'.
'<div class="exception-trace-header">Stack Trace</div>'.
'%s',
'%s'.
'</div>',
$table->render());
}