
Hi, Stumbled across some HTML buglets while fixing something else. This small patch fixes some syntax errors ( -> ) and removed a spurious tag: Index: Kernel/Output/HTML/Standard/AgentCompose.dtl =================================================================== --- Kernel/Output/HTML/Standard/AgentCompose.dtl (revision 97) +++ Kernel/Output/HTML/Standard/AgentCompose.dtl (working copy) @@ -158,9 +158,14 @@ <!-- dtl:block:Attachment --> <tr><td>$QData{"Filename"}</td><td>$QData{"Filesize"}</td><td align="right"></td></tr> <!-- dtl:block:Attachment --> - <tr><td colspan="2"> - <input name="file_upload" type="file" size="30" class="fixed"></td><td align="right"><a name="attachment"> - </td></tr> + <tr> + <td colspan="2"> + <input name="file_upload" type="file" size="30" class="fixed" /> + </td> + <td align="right"> + + </td> + </tr> </table> </td> </tr> Regards, -- Kristoffer.
participants (1)
-
Kristoffer Gleditsch