(Manual: Word wrapping...)
Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/f1da9b4e Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/f1da9b4e Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/diff/f1da9b4e Branch: refs/heads/2.3 Commit: f1da9b4ef6fe8a8611a3d13cd6e466abe5be6fe0 Parents: d0520b9 Author: ddekany <ddek...@apache.org> Authored: Thu Jan 25 11:46:21 2018 +0100 Committer: ddekany <ddek...@apache.org> Committed: Thu Jan 25 11:46:21 2018 +0100 ---------------------------------------------------------------------- src/manual/en_US/book.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/f1da9b4e/src/manual/en_US/book.xml ---------------------------------------------------------------------- diff --git a/src/manual/en_US/book.xml b/src/manual/en_US/book.xml index d01ef97..81b5823 100644 --- a/src/manual/en_US/book.xml +++ b/src/manual/en_US/book.xml @@ -117,11 +117,11 @@ <para>But the user's name ("John Doe" above) depends on who the logged-in user is, and the latest product information should come from - a database. Because this data changes, you cannot use - static HTML. Instead, you can use a <emphasis - role="term">template</emphasis> of the desired output. The template is - the same as the static HTML would be, except that it contains some - instructions to FreeMarker that makes it dynamic:</para> + a database. Because this data changes, you cannot use static HTML. + Instead, you can use a <emphasis role="term">template</emphasis> of + the desired output. The template is the same as the static HTML would + be, except that it contains some instructions to FreeMarker that makes + it dynamic:</para> <programlisting role="template" xml:id="example.first"><html> <head>