0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-09-18 18:25:18 +00:00

Remove shebang and +x from test script.

Signed-off-by: Edward Z. Yang <ezyang@mit.edu>
This commit is contained in:
Edward Z. Yang 2010-05-20 21:21:26 -04:00
parent 875b0febde
commit 143e1ad718
2 changed files with 2 additions and 1 deletions

2
NEWS
View File

@ -14,6 +14,8 @@ NEWS ( CHANGELOG and HISTORY ) HTMLPurifier
- Fix bug where in background-position for center keyword handling.
- Fix infinite loop when a wrapper element is inserted in a context
where it's not allowed. Thanks Lars <lars@renoz.dk> for reporting.
- Remove +x bit and shebang from index.php; only supported mode is to
explicitly call it with php.
4.1.0, released 2010-04-26
! Support proprietary height attribute on table element

1
tests/index.php Executable file → Normal file
View File

@ -1,4 +1,3 @@
#!/usr/bin/php
<?php
/** @file