summaryrefslogtreecommitdiff
path: root/template/profile.st
diff options
context:
space:
mode:
authordumpfmprod <dumpfmprod@ubuntu.(none)>2010-06-20 22:48:50 -0400
committerdumpfmprod <dumpfmprod@ubuntu.(none)>2010-06-20 22:48:50 -0400
commitbed8d70d0f1321d0a4463b768b7b2d12a18eb3da (patch)
tree76dd5db015c7624923792d3f255932b980fbef06 /template/profile.st
parent1aeada8bd0a408cb58fc3ec0c2ed56d1b1901135 (diff)
sostler prod commit
Diffstat (limited to 'template/profile.st')
-rw-r--r--template/profile.st7
1 files changed, 2 insertions, 5 deletions
diff --git a/template/profile.st b/template/profile.st
index 7bad5cd..5278e77 100644
--- a/template/profile.st
+++ b/template/profile.st
@@ -51,18 +51,15 @@
<br> <h3>contact info</h3>
$if(contact)$
<div id="contact" class="linkify">$contact$</div>
-
$else$
-<img src="/static/img/noinfo.png">
-
+ <img id="contact" src="/static/img/noinfo.png">
$endif$
<br>
<h3>bio</h3>
$if(bio)$
<div id="bio" class="linkify">$bio$</div>
$else$
-
-<img src="/static/img/noinfo.png">
+ <img id="bio" src="/static/img/noinfo.png">
$endif$
</div>