Subversion Repositories bacoAlunos

Compare Revisions

Ignore whitespace Rev 323 → Rev 324

/impl/src/web/public/announcements/loadTodoAnnouncement.jsp
42,5 → 42,10
</td>
<td valign="top">${Announcement.formatedText}</td>
</tr>
<logic:notEmpty name="Announcement" property="url">
<tr>
<td colspan="2"> &nbsp;&nbsp;&gt;&gt; <html:link href="${Announcement.url}">${Announcement.url}</html:link></td>
</tr>
</logic:notEmpty>
</table>
</div>