Changeset b1c15414 in github
- Timestamp:
- Dec 7, 2008 6:10:49 AM (4 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 65c834a1
- Parents:
- e2dd81f
- Files:
-
- 3 edited
-
CHANGELOG (modified) (1 diff)
-
installer/index.php (modified) (1 diff)
-
skins/default/templates/login.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CHANGELOG
re2dd81f rb1c15414 8 8 - Fix empty line before the signature in IE (#1485351) 9 9 - Fix horizontal scrollbar in preview pane on IE (#1484633) 10 - Add Robots meta tag in login page and installer (#1484846) 10 11 11 12 2008/12/04 (alec) -
installer/index.php
rfee8c6c rb1c15414 59 59 <head> 60 60 <title>RoundCube Webmail Installer</title> 61 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> 61 <meta name="Robots" content="noindex,nofollow" /> 62 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 62 63 <link rel="stylesheet" type="text/css" href="styles.css" /> 63 64 <script type="text/javascript" src="client.js"></script> -
skins/default/templates/login.html
red132ed rb1c15414 3 3 <head> 4 4 <title><roundcube:object name="pagetitle" /></title> 5 <meta name="Robots" content="noindex,nofollow" /> 5 6 <roundcube:include file="/includes/links.html" /> 6 7 <style type="text/css">
Note: See TracChangeset
for help on using the changeset viewer.
