Changeset b1c15414 in github


Ignore:
Timestamp:
Dec 7, 2008 6:10:49 AM (4 years ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
65c834a1
Parents:
e2dd81f
Message:
  • Add Robots meta tag in login page and installer (#1484846)
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • CHANGELOG

    re2dd81f rb1c15414  
    88- Fix empty line before the signature in IE (#1485351) 
    99- Fix horizontal scrollbar in preview pane on IE (#1484633) 
     10- Add Robots meta tag in login page and installer (#1484846) 
    1011 
    11122008/12/04 (alec) 
  • installer/index.php

    rfee8c6c rb1c15414  
    5959<head> 
    6060<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" /> 
    6263<link rel="stylesheet" type="text/css" href="styles.css" /> 
    6364<script type="text/javascript" src="client.js"></script> 
  • skins/default/templates/login.html

    red132ed rb1c15414  
    33<head> 
    44<title><roundcube:object name="pagetitle" /></title> 
     5<meta name="Robots" content="noindex,nofollow" /> 
    56<roundcube:include file="/includes/links.html" /> 
    67<style type="text/css"> 
Note: See TracChangeset for help on using the changeset viewer.