MINOR Formatting fix

This commit is contained in:
drzax 2013-01-29 14:35:51 +10:00
parent 657c14fd82
commit 048ba5b306

View File

@ -37,8 +37,8 @@ We'll explain some ways to use *SELECT* with the full power of SQL,
but still maintain a connection to the ORM where possible. but still maintain a connection to the ORM where possible.
<div class="warning" markdown="1"> <div class="warning" markdown="1">
Please read our ["security" topic](/topics/security) to find out Please read our ["security" topic](/topics/security) to find out
how to sanitize user input before using it in SQL queries. how to sanitize user input before using it in SQL queries.
</div> </div>
## Usage ## Usage
@ -140,4 +140,4 @@ An alternative approach would be a custom getter in the object definition.
* [datamodel](/topics/datamodel) * [datamodel](/topics/datamodel)
* `[api:DataObject]` * `[api:DataObject]`
* [database-structure](database-structure) * [database-structure](database-structure)