diff --git a/guide/english/php/if-else-statement/index.md b/guide/english/php/if-else-statement/index.md index f06af2d3dc3..e8a7f942fe3 100644 --- a/guide/english/php/if-else-statement/index.md +++ b/guide/english/php/if-else-statement/index.md @@ -108,10 +108,9 @@ There is also an alternative syntax for control structures else: statement5; endif; -``` +``` -For more information check out the following link: -PHP Alternative syntax for control structures - -For more information please check out the following link: -[PHP: if](http://php.net/manual/en/control-structures.if.php) +#### More Information: +* PHP Alternative syntax for control structures +* php.net control structures If Manual +* php.net control structures Else If Manual \ No newline at end of file