silverstripe-framework/docs/en
CheeseSucker b0615cdc5f Fixed a markdown issue
Maybe a bug in SS markdown?

The old code generated:
<a href="(faulty-link)">assertEmailSent</a>
<code>which can simulate sending emails through the</code>Email-&gt;send()` API

Instead of the expected:
<code><a href="(good-link)">assertEmailSent</a></code>
which can simulate sending emails through the <code>Email-&gt;send()</code> API

faulty-link = http://api.silverstripe.org/search/lookup/?q=SapphireTest->assertEmailSent(&version=trunk&module=framework)

good-link: http://api.silverstripe.org/search/lookup/?q=SapphireTest->assertEmailSent()&version=trunk&module=framework
2013-06-18 14:28:12 +02:00
..
_images Added docs for composer 2012-11-03 18:00:58 +13:00
changelogs Merge branch 'idvalidattr' of git://github.com/wilr/sapphire into wilr-idvalidattr 2013-05-31 19:27:19 +02:00
howto Merge branch '3.1' 2013-05-23 19:01:58 +12:00
installation Improve docs (mostly spelling) 2013-05-29 18:23:25 +02:00
misc [MINOR] Changed so that ä is displayed as &auml; as intended by author. 2013-06-15 02:23:01 +03:00
reference [MINOR] build -> built 2013-06-15 02:19:29 +03:00
topics Fixed a markdown issue 2013-06-18 14:28:12 +02:00
tutorials Merge remote-tracking branch 'origin/3.0' into 3.1 2013-05-09 10:34:20 +02:00
index.md Corrected a number of inbound links pointing to the documentation. 2012-10-09 14:53:47 +13:00