From: jangliss Date: Fri, 15 Apr 2005 05:10:08 +0000 (+0000) Subject: Bah, the constant switching between quote types is frustrating. X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=2d64c3dc07adda6e81f3acd260aa43ce5d1b710f Bah, the constant switching between quote types is frustrating. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9285 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/templates/default/message_list.tpl b/templates/default/message_list.tpl index 98d29b02..83d906db 100644 --- a/templates/default/message_list.tpl +++ b/templates/default/message_list.tpl @@ -453,13 +453,13 @@ else break; case SQM_COL_SIZE: case SQM_COL_FLAGS: - $sText = " "; + $sText = " "; $sText .= "$value\n"; echo $sText; break; case SQM_COL_INT_DATE: case SQM_COL_DATE: - $sText = " "; + $sText = " "; $sText .= $value. "\n"; echo $sText; break;