aboutsummaryrefslogtreecommitdiffstats
path: root/view/en
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-03-03 23:13:16 -0800
committerFriendika <info@friendika.com>2011-03-03 23:13:16 -0800
commit3c076b53fe0fb3d5e625b773a5e4723dece0a057 (patch)
tree98cd0d3c2df669ddc84392efaa3a48df0716f197 /view/en
parent15d3be18a96606cdb099050e964a848fb0b252e6 (diff)
downloadvolse-hubzilla-3c076b53fe0fb3d5e625b773a5e4723dece0a057.tar.gz
volse-hubzilla-3c076b53fe0fb3d5e625b773a5e4723dece0a057.tar.bz2
volse-hubzilla-3c076b53fe0fb3d5e625b773a5e4723dece0a057.zip
use prepare_text instead of prepare_body
Diffstat (limited to 'view/en')
-rw-r--r--view/en/profile_advanced.php21
1 files changed, 10 insertions, 11 deletions
diff --git a/view/en/profile_advanced.php b/view/en/profile_advanced.php
index aec1b0108..6d2ecba4d 100644
--- a/view/en/profile_advanced.php
+++ b/view/en/profile_advanced.php
@@ -112,8 +112,7 @@ $o .= <<< EOT
<div id="advanced-profile-religion-end"></div>
EOT;
}
-
-if($txt = prepare_body($a->profile['about'])) {
+if($txt = prepare_text($a->profile['about'])) {
$o .= <<< EOT
<div id="advanced-profile-about-wrapper" >
<div id="advanced-profile-about-text">About:</div>
@@ -124,7 +123,7 @@ $o .= <<< EOT
EOT;
}
-if($txt = prepare_body($a->profile['interest'])) {
+if($txt = prepare_text($a->profile['interest'])) {
$o .= <<< EOT
<div id="advanced-profile-interest-wrapper" >
<div id="advanced-profile-interest-text">Hobbies/Interests:</div>
@@ -135,7 +134,7 @@ $o .= <<< EOT
EOT;
}
-if($txt = prepare_body($a->profile['contact'])) {
+if($txt = prepare_text($a->profile['contact'])) {
$o .= <<< EOT
<div id="advanced-profile-contact-wrapper" >
<div id="advanced-profile-contact-text">Contact information and Social Networks:</div>
@@ -146,7 +145,7 @@ $o .= <<< EOT
EOT;
}
-if($txt = prepare_body($a->profile['music'])) {
+if($txt = prepare_text($a->profile['music'])) {
$o .= <<< EOT
<div id="advanced-profile-music-wrapper" >
<div id="advanced-profile-music-text">Musical interests:</div>
@@ -157,7 +156,7 @@ $o .= <<< EOT
EOT;
}
-if($txt = prepare_body($a->profile['book'])) {
+if($txt = prepare_text($a->profile['book'])) {
$o .= <<< EOT
<div id="advanced-profile-book-wrapper" >
<div id="advanced-profile-book-text">Books, literature:</div>
@@ -168,7 +167,7 @@ $o .= <<< EOT
EOT;
}
-if($txt = prepare_body($a->profile['tv'])) {
+if($txt = prepare_text($a->profile['tv'])) {
$o .= <<< EOT
<div id="advanced-profile-tv-wrapper" >
<div id="advanced-profile-tv-text">Television:</div>
@@ -179,7 +178,7 @@ $o .= <<< EOT
EOT;
}
-if($txt = prepare_body($a->profile['film'])) {
+if($txt = prepare_text($a->profile['film'])) {
$o .= <<< EOT
<div id="advanced-profile-film-wrapper" >
<div id="advanced-profile-film-text">Film/dance/culture/entertainment:</div>
@@ -190,7 +189,7 @@ $o .= <<< EOT
EOT;
}
-if($txt = prepare_body($a->profile['romance'])) {
+if($txt = prepare_text($a->profile['romance'])) {
$o .= <<< EOT
<div id="advanced-profile-romance-wrapper" >
<div id="advanced-profile-romance-text">Love/romance:</div>
@@ -201,7 +200,7 @@ $o .= <<< EOT
EOT;
}
-if($txt = prepare_body($a->profile['work'])) {
+if($txt = prepare_text($a->profile['work'])) {
$o .= <<< EOT
<div id="advanced-profile-work-wrapper" >
<div id="advanced-profile-work-text">Work/employment:</div>
@@ -212,7 +211,7 @@ $o .= <<< EOT
EOT;
}
-if($txt = prepare_body($a->profile['education'])) {
+if($txt = prepare_text($a->profile['education'])) {
$o .= <<< EOT
<div id="advanced-profile-education-wrapper" >
<div id="advanced-profile-education-text">School/education:</div>