@ -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')) {
@ -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;