From eadd111664033397f1ed25fe1c62d932999c3e9b Mon Sep 17 00:00:00 2001 From: Brian Teeman Date: Mon, 12 Aug 2013 22:05:06 +0100 Subject: [PATCH] Quick fix to change colour for revert patch button --- .../com_patchtester/views/pulls/tmpl/default_items.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/administrator/components/com_patchtester/views/pulls/tmpl/default_items.php b/administrator/components/com_patchtester/views/pulls/tmpl/default_items.php index 343c1ca..8f4f69e 100644 --- a/administrator/components/com_patchtester/views/pulls/tmpl/default_items.php +++ b/administrator/components/com_patchtester/views/pulls/tmpl/default_items.php @@ -63,7 +63,7 @@ foreach ($this->items as $i => $item) : applied) : - echo '' . JText::_('COM_PATCHTESTER_REVERT_PATCH') . ''; + echo '' . JText::_('COM_PATCHTESTER_REVERT_PATCH') . ''; else : echo '' . JText::_('COM_PATCHTESTER_APPLY_PATCH') . ''; endif; ?>