Skip to content

Commit 8477482

Browse files
committed
fix includes
1 parent 111e17e commit 8477482

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# What is this bad HTML ?
22

3-
{% embed include file="src/examples/www/server/html/bad.html)
3+
{% embed include file="src/examples/www/server/html/bad.html" %}
44

books/perl-testing/src/testing-web/test-w3c-local.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ Copy the Apache configuration file and wrap it with a virtual host configuration
1515

1616
Then access the page via http://w3c.local/w3c-markup-validator/
1717

18-
{% embed include file="src/examples/www/w3c.conf)
18+
{% embed include file="src/examples/www/w3c.conf" %}
19+
1920
{% embed include file="src/examples/www/w3c_validate.pl" %}
2021

2122

0 commit comments

Comments
 (0)