diff options
author | Paweł Sroka <srokap@gmail.com> | 2012-11-04 08:25:28 +0100 |
---|---|---|
committer | Paweł Sroka <srokap@gmail.com> | 2012-11-04 08:25:28 +0100 |
commit | 3bf72994688ad9292bf37444d80ab5ab1a002748 (patch) | |
tree | 2fcdd2f2773e3bf4cc0af9e8133918133a6f6760 /engine/tests/test_files/output/autop/block-a.in.norun.html | |
parent | b2232139f13b759e8f5ce62def75eaeaa530a5b6 (diff) | |
download | elgg-3bf72994688ad9292bf37444d80ab5ab1a002748.tar.gz elgg-3bf72994688ad9292bf37444d80ab5ab1a002748.tar.bz2 |
Fixes #1479 - Replaces WP autop with implementation from Steve Clay.
Diffstat (limited to 'engine/tests/test_files/output/autop/block-a.in.norun.html')
-rw-r--r-- | engine/tests/test_files/output/autop/block-a.in.norun.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/engine/tests/test_files/output/autop/block-a.in.norun.html b/engine/tests/test_files/output/autop/block-a.in.norun.html new file mode 100644 index 000000000..fc2dac43a --- /dev/null +++ b/engine/tests/test_files/output/autop/block-a.in.norun.html @@ -0,0 +1,9 @@ +HTML5 allows A to contain block-level content +<a href="foo"> + + <h3>A treated as block</h3> + + Read more +</a> +<a href="foo">A treated as + inline</a> |