[rt-devel] Bugfix for Admin/Users/index.html
Alexei Barantsev
barancev at kazbek.ispras.ru
Wed Feb 20 04:23:38 EST 2002
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
More information about the Rt-devel
mailing list