templates/view.html
authorAlan Knowles <alan@roojs.com>
Tue, 18 Dec 2018 04:38:08 +0000 (12:38 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 18 Dec 2018 04:38:08 +0000 (12:38 +0800)
templates/view.html

index ce30574..096d6b5 100644 (file)
@@ -138,13 +138,13 @@ function isOpen() {
                     <tr>
                         <td><label>Opened</label>:</td>
                         <td width='100%'>{link.date(t.created_changedate):h} by
-                           {link.username(t.created_person_id_name, t.created_person_id, t.created_person_id_email):h}
+                           {link.username(t.created_person_id_name,t.created_person_id,t.created_person_id_email):h}
                         </td>
                     </tr>  
                     <tr>
                         <td><label>Updated</label>:</td>
                         <td width='100%'>{link.date(t.updated_changedate):h} by
-                           {link.username(t.updated_person_id_name, t.updated_person_id, t.updated_person_id_email):h}</td>
+                           {link.username(t.updated_person_id_name,t.updated_person_id,t.updated_person_id_email):h}</td>
                     </tr>