Skip to content

Commit 67c9c84

Browse files
author
André L F S Bacci
committed
Better hint for .xmlfragmentdir directory marker
1 parent 342c72d commit 67c9c84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/broken.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ function testFile( string $filename , bool $fragment = false )
146146
echo " Issue: $message\n";
147147
echo " Path: $filename [$lin,$col]\n";
148148
if ( $hintFragDir )
149-
echo " Hint: See source comments about '.xmlfragmentdir', or check entity references outside enclosing tags.\n";
149+
echo " Hint: Copy the .xmlfragmentdir file, or check for misplaced entity references (outside any enclosing tag).\n";
150150
echo "\n";
151151
return;
152152
}

0 commit comments

Comments
 (0)