From 65847111713becf8caff1bbeec3fa4554e267d82 Mon Sep 17 00:00:00 2001 From: Konstantin Haase Date: Tue, 12 Oct 2010 17:16:29 +0200 Subject: [PATCH] Minor markup fix in README. --- README.es.rdoc | 4 ++-- README.fr.rdoc | 2 +- README.rdoc | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.es.rdoc b/README.es.rdoc index 6ce928a1..60a2d503 100644 --- a/README.es.rdoc +++ b/README.es.rdoc @@ -492,8 +492,8 @@ Las plantillas pueden ser definidas al final del archivo fuente: %div.titulo Hola mundo!!!!! NOTA: únicamente las plantillas inline definidas en el archivo fuente que -requiere sinatra son cargadas automáticamente. Llamá -+enable :inline_templates+ explícitamente si tenés plantillas inline en otros +requiere sinatra son cargadas automáticamente. Llamá enable +:inline_templates explícitamente si tenés plantillas inline en otros archivos fuente. === Plantillas Nombradas diff --git a/README.fr.rdoc b/README.fr.rdoc index c86ef27d..83525f9d 100644 --- a/README.fr.rdoc +++ b/README.fr.rdoc @@ -491,7 +491,7 @@ Des templates peuvent être définis dans le fichier source comme ceci: NOTE: Les templates du fichier source qui contient require 'sinatra' sont automatiquement chargés. Si vous avez des templates dans d'autres fichiers source, -il faut explicitement les déclarer via: `enable :inline_templates`. +il faut explicitement les déclarer via: enable :inline_templates. === Templates nommés diff --git a/README.rdoc b/README.rdoc index b53a01ab..9517fe5e 100644 --- a/README.rdoc +++ b/README.rdoc @@ -481,8 +481,8 @@ Templates may be defined at the end of the source file: @@ index %div.title Hello world!!!!! -NOTE: Inline templates defined in the source file that requires sinatra -are automatically loaded. Call +enable :inline_templates+ explicitly if you +NOTE: Inline templates defined in the source file that requires sinatra are +automatically loaded. Call enable :inline_templates explicitly if you have inline templates in other source files. === Named Templates