Skip to content

Commit

Permalink
make MF2/AS demo always show plain text
Browse files Browse the repository at this point in the history
for #31
  • Loading branch information
snarfed committed Sep 16, 2015
1 parent a58681f commit 00bca20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions granary/templates/index.html
Expand Up @@ -209,6 +209,7 @@ <h1>
<input id="url" name="url" type="url" required class="form-control"
placeholder="http://example.com/post.html" size="30" />

<input type="hidden" name="plaintext" value="true" />
<button type="submit" class="btn btn-default"
onclick="render_url_request()">GET</button>
</code></p>
Expand Down

0 comments on commit 00bca20

Please sign in to comment.