More HTML rewrites
[mailer.git] / beg.php
diff --git a/beg.php b/beg.php
index b605c4527d8d6b43b3af490f1e506ec7bfac5d79..072f4b46d1226da49c8fc2c863163068f028544e 100644 (file)
--- a/beg.php
+++ b/beg.php
@@ -89,7 +89,7 @@ if (isGetRequestElementSet('userid')) {
                // numbers matching to the numbers behind the decimal dot. Simple! ;-)
                $points = mt_rand((getConfig('beg_points') * 100000), (getConfig('beg_points_max') * 100000)) / 100000;
 
-               // Set nickname / userid for the template(s
+               // Set nickname / userid for template
                $content['userid']      = getRequestElement('userid');
                $content['clicks']      = (getUserData('beg_clicks') + 1);
                $content['banner']      = loadTemplate('beg_banner', true);