Bug in rt3 beta 2

In the admin screen for creating queue templates is a typo.
patch attached.
— /tmp/rt-2-1-75/html/Admin/Queues/Template.html 2003-02-19 07:05:15.000000000 +0100
+++ html/Admin/Queues/Template.html 2003-02-28 12:39:09.000000000 +0100
@@ -63,7 +63,7 @@

if ($Create) {
$title = loc(“Create a template”);

  • $current_subtab = “Admin/Queues/Template.html?create=1&Queue=”.$Queue;
  • $current_subtab = “Admin/Queues/Template.html?Create=1&Queue=”.$Queue;
    }

else {