mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-17 14:30:30 +00:00
4 lines
176 B
PHP
4 lines
176 B
PHP
<a href="anchor.html">Bla</a>
|
|
<!-- URLs with processing instructions are ignored -->
|
|
<a href="test_<? echo $module ?>">PHP 1</a>
|
|
<a href="test_<?php echo $module ?>">PHP 2</a>
|