diff --git a/site-default/templates/README.txt b/site-default/templates/README.txt
index 07303ada..6308be87 100644
--- a/site-default/templates/README.txt
+++ b/site-default/templates/README.txt
@@ -162,7 +162,7 @@ steps outlined above:
But we might also do something more like append some navigation
under the body copy or prepend a photo... the sky is the limit.
- $content = "
" . $page->body;
+ $content = "
" . $page->body;
Our search.php template file for example, populates $content with
a list of search results.