Author: rohitha Date: Mon Jun 30 00:19:49 2008 New Revision: 18712 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=18712
Log: Fixed the space issue between words on the tooltip of "Allow Internet Guests". Modified: trunk/mashup/java/modules/www/taskbar.jsp Modified: trunk/mashup/java/modules/www/taskbar.jsp URL: http://wso2.org/svn/browse/wso2/trunk/mashup/java/modules/www/taskbar.jsp?rev=18712&r1=18711&r2=18712&view=diff ============================================================================== --- trunk/mashup/java/modules/www/taskbar.jsp (original) +++ trunk/mashup/java/modules/www/taskbar.jsp Mon Jun 30 00:19:49 2008 @@ -288,7 +288,7 @@ <% } else { %> <a href="allow_guests.jsp?enable=true">Allow Internet Guests</a> <% } %> - <a class="help" title="Allow or disallow users from self-registering for an account on this Mashup Server."><img src="images/blank.gif" /></a> + <a class="help" title="Allow or disallow users from self-registering for an account on this Mashup Server."><img src="images/blank.gif" /></a> </li> <li> <a href="log_reader.jsp">View Server Log</a> _______________________________________________ Mashup-dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/mashup-dev
