151020 New themes Mammoth and HiTech
This commit is contained in:
@ -25,7 +25,7 @@
|
||||
<h2>Bio</h2>
|
||||
<div class='setting'>
|
||||
<textarea name='bio' style='width:85%; height:100px'><?php
|
||||
echo trim(strip_tags(str_replace("<br/>","\n",$info['note'])));
|
||||
echo trim(strip_tags(str_replace(array("<br/>","<br />"),"\n",$info['note'])));
|
||||
?></textarea>
|
||||
</div>
|
||||
|
||||
|
Reference in New Issue
Block a user