aboutsummaryrefslogtreecommitdiff
path: root/scripts/blocklist.php
diff options
context:
space:
mode:
authorpetko <petko@524c5546-5005-0410-9a3e-e25e191bd360>2015-08-26 23:05:50 +0000
committerpetko <petko@524c5546-5005-0410-9a3e-e25e191bd360>2015-08-26 23:05:50 +0000
commit8f87dff0c1de6bf62c9741915d6abb7a63209892 (patch)
treeaca6253e9bcb0e0a1051c337d13c545ad91a932d /scripts/blocklist.php
parentc925f178311addcf91f7f0c532a3ed5a83ef02fb (diff)
downloadpmwiki.svn-8f87dff0c1de6bf62c9741915d6abb7a63209892.tar.bz2
Forms: remove "target" attribute (broke PmForm); add HTML5 input types "email", "url", "search", "date"; add attribution to scripts modified by me
git-svn-id: svn://pmwiki.org/pmwiki/trunk@3090 524c5546-5005-0410-9a3e-e25e191bd360
Diffstat (limited to 'scripts/blocklist.php')
-rw-r--r--scripts/blocklist.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/blocklist.php b/scripts/blocklist.php
index 47bc7fd1..4e77c8f9 100644
--- a/scripts/blocklist.php
+++ b/scripts/blocklist.php
@@ -1,5 +1,5 @@
<?php if (!defined('PmWiki')) exit();
-/* Copyright 2006-2013 Patrick R. Michaud (pmichaud@pobox.com)
+/* Copyright 2006-2015 Patrick R. Michaud (pmichaud@pobox.com)
This file is part of PmWiki; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published
by the Free Software Foundation; either version 2 of the License, or
@@ -35,6 +35,8 @@
More information about blocklists is available in the
PmWiki.Blocklist page.
+
+ Script maintained by Petko YOTOV www.pmwiki.org/petko
*/