From 55874c449fbd0c96501eebfe78740e186dc68354 Mon Sep 17 00:00:00 2001 From: Darien Hager Date: Thu, 26 Mar 2015 13:02:11 -0700 Subject: [PATCH] Add backticks for code-styling --- book/doctrine.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/book/doctrine.rst b/book/doctrine.rst index ce8332961ab..e1b4666e8bb 100644 --- a/book/doctrine.rst +++ b/book/doctrine.rst @@ -137,9 +137,9 @@ for you: .. caution:: - If you are using MySQL, its `utf8` character set actually only supports + If you are using MySQL, its ``utf8`` character set actually only supports a portion of valid UTF-8 data that you may encounter. Instead, try to - use the newer `utf8mb4` if your system supports it. + use the newer ``utf8mb4`` if your system supports it. Setting UTF8 defaults for MySQL is as simple as adding a few lines to your configuration file (typically ``my.cnf``):