diff options
author | Leif Johansson <leifj@sunet.se> | 2011-07-26 16:29:54 +0200 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2011-07-26 16:29:54 +0200 |
commit | a687de05d6b26e5069f7ca5375dec494aebe0f83 (patch) | |
tree | 6115b49a550e479309904475dbdf1b633354dd08 | |
parent | d9d3050c9a732e08dd675e32cdd416fd151a23dd (diff) |
avoid mixed content
-rw-r--r-- | src/main/webapp/wayf-ndn.jsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/webapp/wayf-ndn.jsp b/src/main/webapp/wayf-ndn.jsp index 45dd4db..68379a5 100644 --- a/src/main/webapp/wayf-ndn.jsp +++ b/src/main/webapp/wayf-ndn.jsp @@ -178,7 +178,7 @@ $(function() { </ul> </li> </ul> - <div id="nav_pic"><img src="http://www.nordu.net/resources/pipes.jpg" width="200px" height="395" alt="" /></div> + <div id="nav_pic"><img src="images/pipes.jpg" width="200px" height="395" alt="" /></div> </div> </li> <li style="vertical-align: top; margin-left: 50px;"> |