Fix servlet strip example

This commit is contained in:
Jonathan Rudenberg
2011-10-15 22:59:58 -04:00
parent f0f2e56369
commit bb73198b4f

View File

@@ -17,9 +17,9 @@
<body>
<h1>{{ description | split '~' | first }}</h1>
<h1>{{ description | split: '~' | first }}</h1>
<h2>{{ description | split '~' | last }}</h2>
<h2>{{ description | split: '~' | last }}</h2>
<h2>There are currently {{products | count}} products in the {{section}} catalog</h2>