mirror of
https://github.com/samba-team/samba.git
synced 2025-03-05 20:58:40 +03:00
Add border=0 in included swat images to get rid of the link border stuff.
Much prettier looking. (This used to be commit 16031364a8ce20cf425c758d3fd5035a776e9d9b)
This commit is contained in:
parent
40518cf9b4
commit
aded7fc858
@ -421,7 +421,7 @@ static void commit_parameters(int snum)
|
||||
****************************************************************************/
|
||||
static void image_link(char *name,char *hlink, char *src)
|
||||
{
|
||||
printf("<A HREF=\"%s/%s\"><img src=\"/swat/%s\" alt=\"%s\"></A>\n",
|
||||
printf("<A HREF=\"%s/%s\"><img border=\"0\" src=\"/swat/%s\" alt=\"%s\"></A>\n",
|
||||
cgi_baseurl(), hlink, src, name);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user