fixed profile description embedding

This commit is contained in:
following 2013-08-08 01:38:38 +02:00
parent cca2e04739
commit e665fdcda5
2 changed files with 5 additions and 3 deletions

View File

@ -111,7 +111,7 @@
</tr>
<tr>
<td colspan="3">
{if $desctext==""}<em>({t}no text entered yet{/t})</em>{else}<div class="textblock wide_textblock">{$desctext} &nbsp;</div>{/if}
{if $desctext==""}<em>({t}no text entered yet{/t})</em>{else}<div class="textblock wide_textblock">{$desctext}<div style="clear:both"></div></div>{/if}
</td>
</tr>
<tr><td class="spacer" colspan="3"></td></tr>

View File

@ -86,9 +86,11 @@
{* description *}
{if $description != ""}
<div class="content2-container bg-blue02" style="height:0px"></div>
<div class="table-like-font" style="margin-left:6px">
<div class="content2-container table-like-font">
<div style="margin-left:6px">
{$description}
</div>
</div>
{/if}
<div>&nbsp;</div>