summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsostler <sbostler@gmail.com>2010-01-31 03:12:39 -0500
committersostler <sbostler@gmail.com>2010-01-31 03:12:39 -0500
commit06519a4fdad6c311df8ea098352492fa67647650 (patch)
tree123273f2e7316bbfc04d061f50f8614e6fe8bb87
parent5084703f4d0ddb1312cca136d03900e5ef119bb6 (diff)
Removed whitespace in editable fields
-rwxr-xr-xtemplate/profile.st13
1 files changed, 3 insertions, 10 deletions
diff --git a/template/profile.st b/template/profile.st
index 2390acc..3597914 100755
--- a/template/profile.st
+++ b/template/profile.st
@@ -38,7 +38,6 @@
$if(dumps)$
$dumps:{ d | $logged_dump(dump=d)$ }$
-
$else$
<h3>&nbsp;</h3>
<h3>&nbsp;</h3>
@@ -80,20 +79,14 @@
<b id="avatarPic">No avatar</b>
$endif$
- $if(is_home)$
- <div id="avatar" class="editable">$avatar$</div>
- $endif$
+ $if(is_home)$<div id="avatar" class="editable">$avatar$</div>$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>