1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 19:23:22 +02:00
This commit is contained in:
foobar
2003-06-06 08:10:02 +00:00
parent 497060f49f
commit 9e71e39fa9
+2 -2
View File
@@ -1920,10 +1920,10 @@ php_meta_tags_token php_next_meta_token(php_meta_tags_data *md TSRMLS_DC)
return TOK_EQUAL;
break;
case '/':
return TOK_SLASH;
return TOK_SLASH;
break;
case '\'':
case '\'':
case '"':
compliment = ch;
md->token_len = 0;