From 048ba5b3069b9412a50adb5e2e8230cba2124524 Mon Sep 17 00:00:00 2001 From: drzax Date: Tue, 29 Jan 2013 14:35:51 +1000 Subject: [PATCH] MINOR Formatting fix --- docs/en/reference/sqlquery.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/en/reference/sqlquery.md b/docs/en/reference/sqlquery.md index 83f2684c6..e02ecf39c 100644 --- a/docs/en/reference/sqlquery.md +++ b/docs/en/reference/sqlquery.md @@ -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.
- 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.
## Usage @@ -140,4 +140,4 @@ An alternative approach would be a custom getter in the object definition. * [datamodel](/topics/datamodel) * `[api:DataObject]` -* [database-structure](database-structure) \ No newline at end of file +* [database-structure](database-structure)