summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXinchen Hui <laruence@php.net>2015-07-13 16:40:56 +0800
committerXinchen Hui <laruence@php.net>2015-07-13 16:40:56 +0800
commit8c2658ed529d9cfed57e4ff61531f0966638d098 (patch)
tree4a80581cb5b48cc2cf8b87abc533b664f5741d80
parentaed4c03cf9a360cd31a6d95304723896530bbdb8 (diff)
parentc10c47ae1e0aae5c4f0cbe86539ef80ee6701b69 (diff)
downloadphp-git-8c2658ed529d9cfed57e4ff61531f0966638d098.tar.gz
Merge branch 'master' of https://github.com/Geolim4/php-src
-rw-r--r--ext/standard/css.c2
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");