Skip to content

Commit 73141f0

Browse files
committed
Fix path to LICENSE file in legal page
1 parent 74f2344 commit 73141f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/templates/Legal.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ require("./header.inc.phtml");
6060
<section>
6161
<p>For a plaintext version of the document below, <a href="<?php echo Common::relativeUrlToAbsolute("/legal.txt"); ?>">click here</a>.</p>
6262
<p><pre><code><?php
63-
echo htmlentities(file_get_contents("../../LICENSE"), ENT_HTML5, "UTF-8");
63+
echo htmlentities(file_get_contents("../../LICENSE.txt"), ENT_HTML5, "UTF-8");
6464
?></code></pre></p>
6565
</section>
6666
</article>

0 commit comments

Comments
 (0)