From 9cc1c4dfcca1ae70756fef8b9ebf37aa357c8e60 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 4 Sep 2012 21:54:30 +0100 Subject: [PATCH] htmlhead --- mason/edit | 5 +---- mason/htmlhead | 7 +++++++ mason/main | 5 +---- 3 files changed, 9 insertions(+), 8 deletions(-) create mode 100644 mason/htmlhead diff --git a/mason/edit b/mason/edit index 60e8b9e..e887bdb 100755 --- a/mason/edit +++ b/mason/edit @@ -39,10 +39,7 @@ if ($ARGS{'create'}) { if (!$tx) { die "no such text $textid"; } - -Editing - <% $tx->{'desc'} |h %> - Email away message setup - -

Edit "<% $tx->{'desc'} |h %>"

+<& htmlhead, subpage => "Edit \"$tx->{'desc'}\"" &>
<&| txtable, tx => $tx, inputs => 1 &>