bb4943 Fix initial comment not autofilling

Authored and Committed by Ryan Lerch 9 years ago
    Fix initial comment not autofilling
    
    Previously, if you created a PR with one commit, the initial
    comment field would autofill with the body text of the commit message.
    
    The recent change to add the markdown preview to the initial comment
    on pull requests broke this feature, and this fixes the issue.