summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorp4bl0 <pablo@rauzy.name>2010-08-26 13:03:55 +0200
committerp4bl0 <pablo@rauzy.name>2010-08-26 13:03:55 +0200
commit0140d98c1d00a64183e1bae084acb0ca98d1c992 (patch)
treeb44e18d32db987afc001bbab03c8eb15420117e5
parente433692a6f316c7e4f62efac27b2117ac94e2320 (diff)
fixed formatting in the README
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 2d39c43..618d46f 100644
--- a/README
+++ b/README
@@ -184,7 +184,7 @@ fugitive: README
The syntax of the conditional construct is as follow:
</p>
<pre>&lt;<span class="keyword">?fugitive</span> ifset:<em>var</em> ?&gt;
- Template code which is ignored if var value is empty, and
+ Template code which is ignored if <em>var</em> value is empty, and
which typically includes &lt;<span class="function-name">code</span>&gt;&lt;<span class="keyword">?fugitive</span> <em>var</em> ?&gt;&lt;/<span class="function-name">code</span>&gt;.
&lt;<span class="keyword">?fugitive</span> endifset:<em>var</em> ?&gt;</pre>
<p class="note">