aboutsummaryrefslogtreecommitdiff
path: root/link-tmpl-template.cgi
diff options
context:
space:
mode:
authorMiquel Lionel <lionel@les-miquelots.net>2021-07-04 00:52:39 +0100
committerMiquel Lionel <lionelmiquel@sfr.fr>2021-07-04 01:07:56 +0100
commitd49a7581500af58f929d808d3e052aa1cd526d21 (patch)
tree1586b7279c388502d207842d2e728cd7ca7371b5 /link-tmpl-template.cgi
parent2137a587bb3a314ac13327d4cdb53f0ee8b9d970 (diff)
downloadgpigeon-d49a7581500af58f929d808d3e052aa1cd526d21.tar.gz
gpigeon-d49a7581500af58f929d808d3e052aa1cd526d21.zip
Fix #msgbelow tag missing + ez to delet links
- the style for a slighty bigger input box to put the mail wasn't applied (#mailfield id). we fix that - also links open in new tab now
Diffstat (limited to 'link-tmpl-template.cgi')
-rw-r--r--link-tmpl-template.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/link-tmpl-template.cgi b/link-tmpl-template.cgi
index c060131..87b4b1a 100644
--- a/link-tmpl-template.cgi
+++ b/link-tmpl-template.cgi
@@ -106,7 +106,7 @@ print qq{<!DOCTYPE html>
<title>{link_web_title}</title>
</head>
<body>
- <p>{type_msg_below}:</p>
+ <p id="msgbelow">{type_msg_below}:</p>
<form method="POST">
<textarea id="msg" wrap="off" cols="50" rows="30" name="msg"></textarea><br>
};