diff options
author | corvid <devnull@localhost> | 2016-03-12 20:43:31 +0000 |
---|---|---|
committer | corvid <devnull@localhost> | 2016-03-12 20:43:31 +0000 |
commit | c1fe62814b4cda4306ad21e34bdd54a59eb32020 (patch) | |
tree | 03a948183d7efccd03021108ed4229dbacf51d4a | |
parent | 48b9fe12f3fb6e0b5c313487ab2829990882e68b (diff) |
MSG
-rw-r--r-- | src/cache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cache.c b/src/cache.c index b082ef89..ec3a04bd 100644 --- a/src/cache.c +++ b/src/cache.c @@ -1140,7 +1140,7 @@ static void Cache_provide_redirection_blocked_page(CacheEntry_t *entry, a_Web_dispatch_by_type("text/html", clientWeb, &client->Callback, &client->CbData); client->Buf = dStrconcat("<!doctype html><html><body>" - "Dillo blocked a redirection attempt from <a href=\"", + "Dillo blocked a redirection from <a href=\"", URL_STR(entry->Url), "\">", URL_STR(entry->Url), "</a> to <a href=\"", URL_STR(entry->Location), "\">", URL_STR(entry->Location), "</a> based on your domainrc " |