summaryrefslogtreecommitdiff
blob: 49891a7113a3e43a841fe4c04b1c4e40031f687c (plain)
1
2
3
4
5
6
7
8
9
10
11
--- htscanner.c.orig	2007-03-23 12:31:59.000000000 +0100
+++ htscanner.c	2007-11-24 17:43:07.000000000 +0100
@@ -97,6 +97,8 @@
 	/* strip any leading whitespaces or tabs from the name */
 	PHP_HTSCANNER_LTRIM(name);
 	value = strchr(name, ' ');
+	
+	if(!value) value = strchr(name, '\t');
 
 	if (value) {
 		int len;