Skip to content

Commit 576f4cb

Browse files
committed
Remove extra word
1 parent bdea26a commit 576f4cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/templates/footer.inc.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use \CarlBennett\MVC\Libraries\Common;
77
</main>
88
<footer class="footer mt-auto py-3">
99
<div class="container mt-3 text-center">
10-
<p class="small text-muted"><?php if ( VersionInfo::$version->bnetdocs ) { ?><a href="https://github.com/BNETDocs/bnetdocs-web/tree/<?=VersionInfo::$version->bnetdocs[1]?>" rel="external" title="Contribute to the BNETDocs source code!">BNETDocs <?=VersionInfo::$version->bnetdocs[0]?></a><?php } else { ?>(Development)<?php } ?> &copy; 2003-2021 BNETDocs | <a href="<?=Common::relativeUrlToAbsolute('/legal')?>" title="BNETDocs Legal Page">Legal page</a> | <a href="<?=Common::relativeUrlToAbsolute('/privacy')?>" title="BNETDocs Privacy Notice">Privacy Notice</a></p>
10+
<p class="small text-muted"><?php if ( VersionInfo::$version->bnetdocs ) { ?><a href="https://github.com/BNETDocs/bnetdocs-web/tree/<?=VersionInfo::$version->bnetdocs[1]?>" rel="external" title="Contribute to the BNETDocs source code!">BNETDocs <?=VersionInfo::$version->bnetdocs[0]?></a><?php } else { ?>(Development)<?php } ?> &copy; 2003-2021 BNETDocs | <a href="<?=Common::relativeUrlToAbsolute('/legal')?>" title="BNETDocs Legal Page">Legal</a> | <a href="<?=Common::relativeUrlToAbsolute('/privacy')?>" title="BNETDocs Privacy Notice">Privacy Notice</a></p>
1111
<p class="small text-muted">
1212
BNETDocs is a documentation and discussion website for Blizzard Entertainment's
1313
Battle.net&trade; and in-game protocols. You hereby acknowledge that BNETDocs

0 commit comments

Comments
 (0)