Bugfix for Admin/Users/index.html

Hello,

here is a patch that fixes Mason error in Admin/Users/index.html:

bash$ diff -u ~/original/rt-2-0-12-pre4/webrt/Admin/Users/index.html
/usr/local/rt2/WebRT/html/Admin/Users/index.html
— /home/barancev/original/rt-2-0-12-pre4/webrt/Admin/Users/index.html Tue
Feb 19 02:25:10 2002
+++ /usr/local/rt2/WebRT/html/Admin/Users/index.html Wed Feb 20 11:48:45
2002
@@ -29,7 +29,7 @@

  • No users matching search criteria found. % } %while ( $user = $users->Next) { -
  • <%$user->Name% || '(no name listed)'>
  • +
  • <%$user->Name || '(no name listed)'%>
  • %}

    Best regards,
    Alexei

    Alexei Barantsev, ISP RAS
    E-mail: barancev@kazbek.ispras.ru
    ICQ : 3959207

    Thanks. Applied.

    This is in 2.0.12-pre5, which I just rolled.On Wed, Feb 20, 2002 at 12:23:38PM +0300, Alexei Barantsev wrote:

    Hello,

    here is a patch that fixes Mason error in Admin/Users/index.html:

    bash$ diff -u ~/original/rt-2-0-12-pre4/webrt/Admin/Users/index.html
    /usr/local/rt2/WebRT/html/Admin/Users/index.html
    — /home/barancev/original/rt-2-0-12-pre4/webrt/Admin/Users/index.html Tue
    Feb 19 02:25:10 2002
    +++ /usr/local/rt2/WebRT/html/Admin/Users/index.html Wed Feb 20 11:48:45
    2002
    @@ -29,7 +29,7 @@

  • No users matching search criteria found. % } %while ( $user = $users->Next) { -
  • <%$user->Name% || '(no name listed)'>
  • +
  • <%$user->Name || '(no name listed)'%>
  • %}

    Best regards,
    Alexei


    Alexei Barantsev, ISP RAS
    E-mail: barancev@kazbek.ispras.ru
    ICQ : 3959207


    rt-devel mailing list
    rt-devel@lists.fsck.com
    http://lists.fsck.com/mailman/listinfo/rt-devel

    http://www.bestpractical.com/products/rt – Trouble Ticketing. Free.