dashboard
repositories
filestore
activity
search
login
githubFork
/
roundcubemail
Roundcubemail devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
- Fix bug where when replying always the last identity is used (#1488101)
alecpl
2011-09-27
90a6aff022c62e1cbcc5b7fc4baf7b982d7f2ffe
[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>