diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-09-02 18:04:22 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-09-02 18:04:22 -0700 |
commit | d9a67d64b1275257e51c0754d2f76ce7883affcc (patch) | |
tree | d1f42312f8cfd0e5c41f878d2e2ac119b563eec3 | |
parent | 2a26c898cafb3523b2e6c8b8b499402befc0c442 (diff) | |
download | volse-hubzilla-d9a67d64b1275257e51c0754d2f76ce7883affcc.tar.gz volse-hubzilla-d9a67d64b1275257e51c0754d2f76ce7883affcc.tar.bz2 volse-hubzilla-d9a67d64b1275257e51c0754d2f76ce7883affcc.zip |
Update the credits
-rw-r--r-- | doc/credits.bb | 8 | ||||
-rw-r--r-- | include/text.php | 4 |
2 files changed, 7 insertions, 5 deletions
diff --git a/doc/credits.bb b/doc/credits.bb index e251d4227..200f1fc85 100644 --- a/doc/credits.bb +++ b/doc/credits.bb @@ -1,5 +1,9 @@ [b]Credits[/b] +Thanks to all who have helped and contributed to the project and its predecessors over the years. It is possible we missed in your name but this is unintentional. We also thank the community and its members for providing valuable input and without whom this entire effort would be meaningless. + +It is also worth acknowledging the contributions and solutions to problems which arose from discussions amongst members and developers of other somewhat related and competing projects; even if we have had our occasional disagreements. + Mike Macgirvin Fabio Comuni Simon L'nu @@ -62,7 +66,7 @@ tonnerkiller Antoine G Christian Drechsler Ludovic Grossard -$ProjectnameCanada +RedmatrixCanada Stanislav Lechev [0xAF] aweiher bufalo1973 @@ -74,3 +78,5 @@ mycocham ndurchx pafcu Simó Albert i Beltran +Manuel Reva +Manuel Jiménez Friaza diff --git a/include/text.php b/include/text.php index 02a038ef4..f4122845e 100644 --- a/include/text.php +++ b/include/text.php @@ -72,10 +72,6 @@ function notags($string) { // return(str_replace(array("<",">","\xBA","\xBC","\xBE"), array('[',']','','',''), $string)); } -// use this on "body" or "content" input where angle chars shouldn't be removed, -// and allow them to be safely displayed. - - /** * use this on "body" or "content" input where angle chars shouldn't be removed, |