Skip to content
This repository has been archived by the owner on Oct 29, 2019. It is now read-only.

Commit

Permalink
SAK-16663: web content / ie 7 and ie8 does not display the options link
Browse files Browse the repository at this point in the history
git-svn-id: https://source.sakaiproject.org/svn/web/trunk@76798 66ffb92e-73f9-0310-93c1-f5514f145a0a
  • Loading branch information
nuno@ufp.edu.pt committed Apr 28, 2010
1 parent 11afa3c commit 346e1df
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -375,7 +375,7 @@ else if (sakaiPropertiesUrlKey != null && sakaiPropertiesUrlKey.length() > 1)


// if it's not special, and we have no value yet, set it to the webcontent instruction page, as configured
if (rv == null)
if (rv == null || rv.equals("http://") || rv.equals("https://"))
{
rv = StringUtil.trimToNull(ServerConfigurationService.getString("webcontent.instructions.url"));
}
Expand Down

0 comments on commit 346e1df

Please sign in to comment.