From 725a7770d8016c6d0e4707c9066ec0dbe52ec9f9 Mon Sep 17 00:00:00 2001 From: Jonathan Ferguson Date: Tue, 13 Oct 2015 15:10:11 +1100 Subject: [PATCH] Fix to lines that were not wrapping in the PDF results.md required a reordering of a list to prevent the wrapping issues. --- src/pages/basics/results.md | 2 +- src/pages/html/chat.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/pages/basics/results.md b/src/pages/basics/results.md index f7bb04a..7d3c6a5 100644 --- a/src/pages/basics/results.md +++ b/src/pages/basics/results.md @@ -278,7 +278,7 @@ We will address each part in turn. First let's create handlers for each content type. We have three types to consider: -`application/x-www-form-url-encoded`, `text/plain`, and `text/tsv`. +`text/plain` , `text/tsv` , and `application/x-www-form-url-encoded`. Play has built-in body parsers for the first two. The methods in `CsvHelpers` do most of the rest of the work: diff --git a/src/pages/html/chat.md b/src/pages/html/chat.md index 535ea3e..7dceb53 100644 --- a/src/pages/html/chat.md +++ b/src/pages/html/chat.md @@ -118,7 +118,8 @@ A minimal `chatroom` template takes a `Seq[Message]` as a parameter and renders a `