From 00438e5363c74f6db3ba87b9ab660703a8e07844 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Fri, 11 Nov 2016 14:37:50 +0000 Subject: [PATCH] Wrap content to 80 chars --- .../templates/guidance-optional-content.html | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/app/templates/partials/templates/guidance-optional-content.html b/app/templates/partials/templates/guidance-optional-content.html index 1fe295339..447ed7ee7 100644 --- a/app/templates/partials/templates/guidance-optional-content.html +++ b/app/templates/partials/templates/guidance-optional-content.html @@ -2,16 +2,20 @@ Optional content placeholders

- Use double brackets and '??' to define optional content. You can then specify whether to include that content or not for each recipient. + Use double brackets and '??' to define optional content. You can then + specify whether to include that content or not for each recipient.

- For example if you only want to show something to people who are under 18: + For example if you only want to show something to people who are under + 18:

- ((under18??Please get your application signed by a parent or guardian)) + ((under18??Please get your application signed by a parent or + guardian))

-Specify 'yes' or 'no' for this content to appear (or not), when sending messages. + Specify 'yes' or 'no' for this content to appear (or not), when sending + messages.