Index: openacs-4/packages/dotlrn-portlet/tcl/dotlrn-portlet-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-portlet/tcl/dotlrn-portlet-procs.tcl,v diff -u -N -r1.35 -r1.36 --- openacs-4/packages/dotlrn-portlet/tcl/dotlrn-portlet-procs.tcl 24 Jul 2004 08:34:16 -0000 1.35 +++ openacs-4/packages/dotlrn-portlet/tcl/dotlrn-portlet-procs.tcl 9 Nov 2008 23:29:24 -0000 1.36 @@ -118,9 +118,9 @@ ns_log notice "user has tried to see without permission" ad_return_forbidden \ "Permission Denied"\ - "
+ "

You don't have permission to see this page. -

" +

" } } } @@ -130,9 +130,9 @@ ns_log notice "user has tried to see /dotlrn/www/members without permission" ad_return_forbidden \ "Permission Denied"\ - "
+ "

You don't have permission to see this page. -

" +

" } } } @@ -142,9 +142,9 @@ ns_log notice "user has tried to see /dotlrn/www/one-community-portal-configure without permission" ad_return_forbidden \ "Permission Denied"\ - "
+ "

You don't have permission to see this page. -

" +

" } } } @@ -154,9 +154,9 @@ ns_log notice "user has tried to see /dotlrn/www/user-add without permission" ad_return_forbidden \ "Permission Denied"\ - "
+ "

You don't have permission to see this page. -

" +

" } } } @@ -166,9 +166,9 @@ ns_log notice "user has tried to see /dotlrn/www/user-add without permission" ad_return_forbidden \ "Permission Denied"\ - "
+ "

You don't have permission to see this page. -

" +

" } } } @@ -178,9 +178,9 @@ ns_log notice "user has tried to see /dotlrn/www/applets without permission" ad_return_forbidden \ "Permission Denied"\ - "
+ "

You don't have permission to see this page. -

" +

" } } }