From 138df99f6815e9fdf9b63566bf1ae9e05dc945c6 Mon Sep 17 00:00:00 2001 Message-Id: <138df99f6815e9fdf9b63566bf1ae9e05dc945c6.1715008296.git.mdw@distorted.org.uk> From: Mark Wooding Date: Fri, 8 Mar 2013 07:23:16 +0000 Subject: [PATCH] *.fhtml: Use double quotes for HTML attributes. Organization: Straylight/Edgeware From: Mark Wooding Makes them highlight better in Emacs. --- cookies.fhtml | 4 ++-- list.fhtml | 12 ++++++------ login.fhtml | 6 +++--- wrapper.fhtml | 10 +++++----- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/cookies.fhtml b/cookies.fhtml index 66863cd..f8862b3 100644 --- a/cookies.fhtml +++ b/cookies.fhtml @@ -74,7 +74,7 @@ that if UTC had existed back then in its current form).
This is just a random string. When you change a password, the server checks that the request includes a copy of this nonce, as a protection against -cross-site +cross-site request forgery attacks.
Tag @@ -89,7 +89,7 @@ haven’t been modfied by an attacker. behavioural advertising scheme?

That’s tricky. I could tell you that this program is -free software, and +free software, and that you can ">download its source code and check for yourself. diff --git a/list.fhtml b/list.fhtml index b30f708..a1b3f2c 100644 --- a/list.fhtml +++ b/list.fhtml @@ -26,7 +26,7 @@

Chopwood: accounts list

-
+
@@ -39,7 +39,7 @@ ~={@.service}H: ~={@.friendly}:H~={@.alias}@[ (~H)~]~*~} - + + -- [mdw]