lcl docs: don't use <code> tag inside a paragraph.

git-svn-id: trunk@13238 -
This commit is contained in:
vincents 2007-12-08 22:25:18 +00:00
parent add5d80dfa
commit 94cf52674a

View File

@ -16,9 +16,9 @@ writers and component writers can offer different functionality or workarounds
for bugs and take the LCL version into account while choosing their algorithms for bugs and take the LCL version into account while choosing their algorithms
at run-time.</p> at run-time.</p>
<p>Likewise, these version constants can be used at compile time in an conditional <p>Likewise, these version constants can be used at compile time in an conditional
expressions, such as <code>{$IFDEF lcl_major&gt;0}</code>. Currently these kinds of expressions, such as <i>{$IFDEF lcl_major&gt;0}</i>. Currently these kinds of
epressions are only support in <code>{$mode delphi}</code>. Recently fpc 2.3.1 added epressions are only support in <i>{$mode delphi}</i>. Recently fpc 2.3.1 added
support for these kind of expressions in <code>{$mode delphi}</code>.</p> support for these kind of expressions in <i>{$mode delphi}</i>.</p>
</descr> </descr>
<!-- constant Visibility: default --> <!-- constant Visibility: default -->