summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
Diffstat (limited to 'template')
-rwxr-xr-xtemplate/profile.st8
1 files changed, 2 insertions, 6 deletions
diff --git a/template/profile.st b/template/profile.st
index 7b39c0f..80869c6 100755
--- a/template/profile.st
+++ b/template/profile.st
@@ -54,15 +54,11 @@
$endif$
<h3>contact info</h3>
- <div id="contact" class="$if(is_home)$editable$else$linkify$endif$">
- $contact$
- </div>
+ <div id="contact" class="$if(is_home)$editable$else$linkify$endif$">$contact$</div>
<br>
<h3>personal info</h3>
- <div id="bio" class="$if(is_home)$editable$else$linkify$endif$">
- $bio$
- </div>
+ <div id="bio" class="$if(is_home)$editable$else$linkify$endif$">$bio$</div>
<br>
<div id="date">
<div type="text" id="datepicker"></div></div>