diff options
| author | reger <reger18@arcor.de> | 2016-12-10 22:08:09 +0100 |
|---|---|---|
| committer | reger <reger18@arcor.de> | 2016-12-10 22:08:09 +0100 |
| commit | b32bcdf344082186badfee94bb70435eb5360be4 (patch) | |
| tree | 3852bd7759f0d265a1dfe53da760f68dfd59d964 /htroot/CookieMonitorOutgoing_p.html | |
| parent | f37a86e1c6a29ef0b1bb2eeac041387019306d14 (diff) | |
list entries in outgoing cookie monitor one per line
for easier readability.
For this adjust outgoingCookies entry to use Cookie[] instead of String[]
Diffstat (limited to 'htroot/CookieMonitorOutgoing_p.html')
| -rw-r--r-- | htroot/CookieMonitorOutgoing_p.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/htroot/CookieMonitorOutgoing_p.html b/htroot/CookieMonitorOutgoing_p.html index d5dba4edb..ebcd5576f 100644 --- a/htroot/CookieMonitorOutgoing_p.html +++ b/htroot/CookieMonitorOutgoing_p.html @@ -12,8 +12,8 @@ <p>Showing #[num]# entries from a total of #[total]# Cookies.</p>
<table border="0">
<colgroup>
- <col width="10" span="3" />
- <col width="70" />
+ <col width="10%" span="3" />
+ <col width="70%" />
</colgroup>
<tr class="TableHeader">
<td>Receiving Host</td>
|
