Changeset 236

Show
Ignore:
Timestamp:
02/12/2008 15:19:43 (9 months ago)
Author:
jgarber
Message:

Removing the part of test_threshold_image_links where a blank alt also causes a blank title, but only when a URL is specified. Appears to be a bug. classTextile.php clearly intends for the title attribute to be nonexistent when no alt attribute is specified.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/superredcloth/test/threshold.yml

    r233 r236  
    192192desc: Images may be combined with links by using an !image! in place of the link text. 
    193193in: "!/img.gif!:http://textpattern.com/" 
    194 out: <p><a href="http://textpattern.com/"><img src="/img.gif" title="" alt="" /></a></p> 
     194out: <p><a href="http://textpattern.com/"><img src="/img.gif" alt="" /></a></p> 
    195195--- 
    196196name: headers