Merge pull request #1141 from drzax/patch-1

MINOR Formatting fix
This commit is contained in:
Ingo Schommer 2013-01-29 00:07:26 -08:00
commit 0a312b4eaf

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.
<div class="warning" markdown="1">
Please read our ["security" topic](/topics/security) to find out
how to sanitize user input before using it in SQL queries.
Please read our ["security" topic](/topics/security) to find out
how to sanitize user input before using it in SQL queries.
</div>
## Usage