dashboard
repositories
filestore
activity
search
login
githubFork
/
roundcubemail
Roundcubemail devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
- Add check for inArray() input to prevent error in Firefox 5
alecpl
2011-07-20
070bc8302e00f766076b4aaabfd2de4a0f2da66f
[githubFork/roundcubemail.git]
/
tests
/
src
/
htmlbase.txt
1
2
3
4
5
6
7
8
9
10
<html>
<head>
<base href="http://alec.pl/dir/" />
</head>
<body>
<img src="img1.gif" />
<img src="./img2.gif" />
<img src="../img3.gif" />
</body>
</html>