mirror of
https://github.com/php/php-src.git
synced 2026-04-29 19:23:22 +02:00
WS
This commit is contained in:
+2
-2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user