Skip to content

Commit 10673c9

Browse files
committed
Merge pull request sebastianbergmann#98 from ericpoe/master
Removed ':' in section id of the xml structure
2 parents d992521 + 5fda206 commit 10673c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

branches/3.8/en/database.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ class MyGuestbookTest extends PHPUnit_Extensions_Database_TestCase
335335
</listitem>
336336
</orderedlist>
337337
</section>
338-
<section id="tip:-use-your-own-abstract-database-testcase">
338+
<section id="tip-use-your-own-abstract-database-testcase">
339339
<title>Tip: Use your own Abstract Database TestCase</title>
340340
<para>
341341
From the previous implementation example you can easily see that

0 commit comments

Comments
 (0)