From e665fdcda5e3a03d6d2a5a1fe0b4a5412d487fa5 Mon Sep 17 00:00:00 2001 From: following Date: Thu, 8 Aug 2013 01:38:38 +0200 Subject: [PATCH] fixed profile description embedding --- htdocs/templates2/ocstyle/mydetails.tpl | 2 +- htdocs/templates2/ocstyle/viewprofile.tpl | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/htdocs/templates2/ocstyle/mydetails.tpl b/htdocs/templates2/ocstyle/mydetails.tpl index ed260083..19eb93c4 100644 --- a/htdocs/templates2/ocstyle/mydetails.tpl +++ b/htdocs/templates2/ocstyle/mydetails.tpl @@ -111,7 +111,7 @@ - {if $desctext==""}({t}no text entered yet{/t}){else}
{$desctext}  
{/if} + {if $desctext==""}({t}no text entered yet{/t}){else}
{$desctext}
{/if} diff --git a/htdocs/templates2/ocstyle/viewprofile.tpl b/htdocs/templates2/ocstyle/viewprofile.tpl index 47f5f492..5b1418f4 100644 --- a/htdocs/templates2/ocstyle/viewprofile.tpl +++ b/htdocs/templates2/ocstyle/viewprofile.tpl @@ -86,8 +86,10 @@ {* description *} {if $description != ""}
-
- {$description} +
+
+ {$description} +
{/if}