Skip to content

Commit c245c01

Browse files
committed
Merge pull request #157 from maglnet/patch-1
Remove wrong closing tag in about page
2 parents e6e9a6d + da8d75f commit c245c01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/module/Phpug/view/phpug/index/about.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ $this->headTitle('About');
1717
?>">we</a> know about.</p>
1818
<p>If <strong>you</strong> know of a PHP-Usergroup that is not listed, then please extend
1919
our knowledge by either using the <a href="<?php echo
20-
$this->url('ug/promote'); ?>">promotion-form</a>a> or by <a href="<?php
20+
$this->url('ug/promote'); ?>">promotion-form</a> or by <a href="<?php
2121
echo $this->url('contact');?>">providing us</a> with some informations
2222
about that Usergroup. Please provide at least
2323
a short name, a location, a website and some contact-information like

0 commit comments

Comments
 (0)