[rt-devel] Bugfix for Admin/Users/index.html

Jesse Vincent jesse at bestpractical.com
Wed Feb 20 20:50:49 EST 2002


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 @@
>  <LI> <i>No users matching search criteria found.</i>
>  % }
>  %while ( $user = $users->Next) {
> -<LI><A HREF="Modify.html?id=<%$user->id%>"><%$user->Name% || '(no name
> listed)'></a></LI>
> +<LI><A HREF="Modify.html?id=<%$user->id%>"><%$user->Name || '(no name
> listed)'%></a></LI>
>  %}
> 
>  </UL>
> 
> 
> Best regards,
> Alexei
> 
> --
> Alexei Barantsev, ISP RAS
> E-mail: barancev at kazbek.ispras.ru
> ICQ   : 3959207
> 
> 
> _______________________________________________
> rt-devel mailing list
> rt-devel at lists.fsck.com
> http://lists.fsck.com/mailman/listinfo/rt-devel
> 

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




More information about the Rt-devel mailing list