diff options
Diffstat (limited to 'locale')
-rwxr-xr-x | locale/html/splash.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/locale/html/splash.html b/locale/html/splash.html index 32cdb5c1..18719b5c 100755 --- a/locale/html/splash.html +++ b/locale/html/splash.html @@ -6,7 +6,7 @@ <title>LedgerSMB Splash page</title> <meta http-equiv="Pragma" content="no-cache" /> <meta http-equiv="Expires" content="-1" /> - <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" /> + <link rel="shortcut icon" href="../../favicon.ico" type="image/x-icon" /> <link rel="stylesheet" href="../../css/ledger-smb.css" type="text/css" title="LedgerSMB stylesheet" /> <meta name="robots" content="noindex,nofollow" /> </head> |