From 91475ca33f27be5116268415d80513bba6cfbd13 Mon Sep 17 00:00:00 2001 From: sarven Date: Sat, 17 Jan 2009 21:09:42 +0000 Subject: Update. Added separate $title param for input submit --- lib/favorform.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/favorform.php') diff --git a/lib/favorform.php b/lib/favorform.php index 519b305b6..37e13fb1c 100644 --- a/lib/favorform.php +++ b/lib/favorform.php @@ -137,7 +137,7 @@ class FavorForm extends Form function formActions() { $this->out->submit('favor-submit-' . $this->notice->id, - _('Favor this notice')); + _('Favor'), 'submit', null, _('Favor this notice')); } /** -- cgit v1.2.3-54-g00ecf