Browse Source

Fix README

Evan Miller 14 years ago
parent
commit
2da04c331b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.markdown

+ 1 - 1
README.markdown

@@ -78,7 +78,7 @@ See README_I18N.
 blocks. This will be called once for each pair of `blocktrans` block and locale
 specified in `blocktrans_locales`. The fun should take the form:
 
-   Fun(BlockName, Locale) -> <<"ErlyDTL code">> | default
+    Fun(BlockName, Locale) -> <<"ErlyDTL code">> | default
 
 * `blocktrans_locales` - A list of locales to be passed to `blocktrans_fun`.
 Defaults to [].