1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-07 01:06:48 +02:00

- allow underscores in CSS class names / ids

- remove control characters from clean strings, and map all space characters to ASCII space (\x20)


git-svn-id: file:///svn/phpbb/trunk@6932 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Nils Adermann
2007-01-26 18:15:17 +00:00
parent 4274eb2a07
commit 5bb75c590d
4 changed files with 59 additions and 10 deletions

View File

@@ -638,7 +638,7 @@ input.radio {
/* Misc
------------ */
img {
img {
border: none;
}