diff --git a/src/applications/paste/controller/create/PhabricatorPasteCreateController.php b/src/applications/paste/controller/create/PhabricatorPasteCreateController.php index 4b4a5be54c..36b25fab2c 100644 --- a/src/applications/paste/controller/create/PhabricatorPasteCreateController.php +++ b/src/applications/paste/controller/create/PhabricatorPasteCreateController.php @@ -46,6 +46,7 @@ class PhabricatorPasteCreateController extends PhabricatorPasteController { $text, array( 'name' => $title, + 'mime-type' => 'text/plain; charset=utf-8', )); $paste->setFilePHID($paste_file->getPHID()); $paste->setAuthorPHID($user->getPHID());