Fix HTML entities
This commit is contained in:
@@ -69,13 +69,13 @@ successfully initialized from the link.</li>
|
||||
<li>Code like this:
|
||||
|
||||
<pre>
|
||||
if ((prec->dol.type != CONSTANT) &&
|
||||
if ((prec->dol.type != CONSTANT) &&
|
||||
</pre>
|
||||
|
||||
should usually become:
|
||||
|
||||
<pre>
|
||||
if (!dbLinkIsConstant(&prec->dol) &&
|
||||
if (!dbLinkIsConstant(&prec->dol) &&
|
||||
</pre>
|
||||
</li>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user