mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-21 04:50:55 +01:00
Prefill "<?php" in XHPAST view form
Test Plan: /xhpast/ Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D5176
This commit is contained in:
parent
507a96130c
commit
cacbfba9f1
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ final class PhabricatorXHPASTViewRunController
|
||||||
id(new AphrontFormTextAreaControl())
|
id(new AphrontFormTextAreaControl())
|
||||||
->setLabel('Source')
|
->setLabel('Source')
|
||||||
->setName('source')
|
->setName('source')
|
||||||
|
->setValue("<?php\n\n")
|
||||||
->setHeight(AphrontFormTextAreaControl::HEIGHT_VERY_TALL))
|
->setHeight(AphrontFormTextAreaControl::HEIGHT_VERY_TALL))
|
||||||
->appendChild(
|
->appendChild(
|
||||||
id(new AphrontFormSubmitControl())
|
id(new AphrontFormSubmitControl())
|
||||||
|
|
Loading…
Reference in a new issue