We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 342c72d commit 67c9c84Copy full SHA for 67c9c84
scripts/broken.php
@@ -146,7 +146,7 @@ function testFile( string $filename , bool $fragment = false )
146
echo " Issue: $message\n";
147
echo " Path: $filename [$lin,$col]\n";
148
if ( $hintFragDir )
149
- echo " Hint: See source comments about '.xmlfragmentdir', or check entity references outside enclosing tags.\n";
+ echo " Hint: Copy the .xmlfragmentdir file, or check for misplaced entity references (outside any enclosing tag).\n";
150
echo "\n";
151
return;
152
}
0 commit comments