dashboard
repositories
filestore
activity
search
login
githubFork
/
roundcubemail
Roundcubemail devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
- Fix typo in _list_unsubscribed() (#1488186)
alecpl
2011-11-18
e37e7dda37f593e44d61bec0fe611b4de99c5791
[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>