diff options
author | Xinchen Hui <laruence@php.net> | 2015-07-13 16:40:56 +0800 |
---|---|---|
committer | Xinchen Hui <laruence@php.net> | 2015-07-13 16:40:56 +0800 |
commit | 8c2658ed529d9cfed57e4ff61531f0966638d098 (patch) | |
tree | 4a80581cb5b48cc2cf8b87abc533b664f5741d80 | |
parent | aed4c03cf9a360cd31a6d95304723896530bbdb8 (diff) | |
parent | c10c47ae1e0aae5c4f0cbe86539ef80ee6701b69 (diff) | |
download | php-git-8c2658ed529d9cfed57e4ff61531f0966638d098.tar.gz |
Merge branch 'master' of https://github.com/Geolim4/php-src
-rw-r--r-- | ext/standard/css.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/css.c b/ext/standard/css.c index b805915b5e..73771ed79f 100644 --- a/ext/standard/css.c +++ b/ext/standard/css.c @@ -37,7 +37,7 @@ PHPAPI void php_info_print_css(void) /* {{{ */ PUTS(".p {text-align: left;}\n"); PUTS(".e {background-color: #ccf; width: 300px; font-weight: bold;}\n"); PUTS(".h {background-color: #99c; font-weight: bold;}\n"); - PUTS(".v {background-color: #ddd; max-width: 300px; overflow-x: auto;}\n"); + PUTS(".v {background-color: #ddd; max-width: 300px; overflow-x: auto; word-wrap: break-word;}\n"); PUTS(".v i {color: #999;}\n"); PUTS("img {float: right; border: 0;}\n"); PUTS("hr {width: 934px; background-color: #ccc; border: 0; height: 1px;}\n"); |