[Rt-commit] rt branch, 4.2/fix-missingquote, created. rt-4.2.4-43-g15bf7ee

Emannuel Lacour elacour at bestpractical.com
Wed May 28 10:14:53 EDT 2014


The branch, 4.2/fix-missingquote has been created
        at  15bf7ee5648d9727c7b84d20ac1916febe6c90d6 (commit)

- Log -----------------------------------------------------------------
commit 15bf7ee5648d9727c7b84d20ac1916febe6c90d6
Author: Emmanuel Lacour <elacour at easter-eggs.com>
Date:   Wed May 28 16:14:18 2014 +0200

    Add missing quote

diff --git a/share/html/Elements/ShowReminders b/share/html/Elements/ShowReminders
index aa2346c..24cadf7 100644
--- a/share/html/Elements/ShowReminders
+++ b/share/html/Elements/ShowReminders
@@ -76,7 +76,7 @@ if ( my $ticket= $targets->First ) {
 <a href="<% RT->Config->Get( 'WebPath' ) %>/Ticket/Display.html?id=<% $ticket->id %>">#<% $ticket->Id %>: <% $ticket->Subject %></a>
 </td>
 % } else {
-<td colspan="3" class="collection-as-table>
+<td colspan="3" class="collection-as-table">
 <div class="error"><div class="error">Couldn't find Ticket for reminder <% $reminder->id %>. Please contact administrator.</div></div>
 </td>
 % }

-----------------------------------------------------------------------


More information about the rt-commit mailing list