Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion language/basic-syntax.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ echo "Last statement\n";
<title>Advanced escaping using conditions</title>
<programlisting role="php">
<![CDATA[
<?php if ($expression == true): ?>
<?php if (true): ?>
This will show if the expression is true.
<?php else: ?>
Otherwise this will show.
Expand Down