Development

Changeset 3488

You must first sign up to be able to contribute.

Changeset 3488

Show
Ignore:
Timestamp:
02/18/07 09:42:51 (2 years ago)
Author:
fabien
Message:

fixed Alt attribute where title intended in error pages (closes #1463)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.0/data/web/errors/error500.php

    r2710 r3488  
    2323<body> 
    2424<div class="sfTContainer"> 
    25   <a alt="symfony website" href="http://www.symfony-project.com/"><img alt="symfony PHP Framework" class="sfTLogo" src="<?php echo $path ?>/sf/sf_default/images/sfTLogo.png" height="39" width="186" /></a> 
     25  <a title="symfony website" href="http://www.symfony-project.com/"><img alt="symfony PHP Framework" class="sfTLogo" src="<?php echo $path ?>/sf/sf_default/images/sfTLogo.png" height="39" width="186" /></a> 
    2626  <div class="sfTMessageContainer sfTAlert"> 
    2727    <img alt="page not found" class="sfTMessageIcon" src="<?php echo $path ?>/sf/sf_default/images/icons/tools48.png" height="48" width="48" /> 
  • branches/1.0/data/web/errors/unavailable.php

    r2710 r3488  
    2323<body> 
    2424<div class="sfTContainer"> 
    25   <a alt="symfony website" href="http://www.symfony-project.com/"><img alt="symfony PHP Framework" class="sfTLogo" src="<?php echo $path ?>/sf/sf_default/images/sfTLogo.png" height="39" width="186" /></a> 
     25  <a title="symfony website" href="http://www.symfony-project.com/"><img alt="symfony PHP Framework" class="sfTLogo" src="<?php echo $path ?>/sf/sf_default/images/sfTLogo.png" height="39" width="186" /></a> 
    2626  <div class="sfTMessageContainer sfTAlert"> 
    2727    <img alt="page not found" class="sfTMessageIcon" src="<?php echo $path ?>/sf/sf_default/images/icons/tools48.png" height="48" width="48" />