diff options
Diffstat (limited to 'template')
| -rwxr-xr-x | template/profile.st | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/template/profile.st b/template/profile.st index c0c3bd1..f2c5723 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> |
