diff --git a/boot.php b/boot.php index 2b608760cd..0633a828f6 100644 --- a/boot.php +++ b/boot.php @@ -192,7 +192,7 @@ if(! function_exists('escape_tags')) { function escape_tags($string) { return(str_replace( array('&', '"', "'", '<', '>'), - array('&', '"', ''', '<', '>'), $string)); + array('&', '"', ''', '<', '>'), $string)); }} if(! function_exists('login')) { diff --git a/view/style.css b/view/style.css index 292f8d1af5..a031731c54 100644 --- a/view/style.css +++ b/view/style.css @@ -774,12 +774,14 @@ input#dfrn-url { color: gray; height: 30px; width: 175px; + overflow: auto; } .comment-edit-text-full { color: black; height: 150px; width: 350px; + overflow: auto; }