fix a type - noted by Ralph Graulich on -www...
authorStefan Kaltenbrunner <stefan@kaltenbrunner.cc>
Sun, 22 Sep 2013 06:10:28 +0000 (08:10 +0200)
committerStefan Kaltenbrunner <stefan@kaltenbrunner.cc>
Sun, 22 Sep 2013 06:10:28 +0000 (08:10 +0200)
templates/docs/archive.html

index b96e71dbc9c6e94c94bda826ddd98ea0fa50339f..2d8ffc76d33993fd7edda8c109b680cb90685c69 100644 (file)
@@ -27,7 +27,7 @@ If you are still using any of these releases, you are strongly advised to upgrad
        <ul>
          {%if v.a4pdf%}<li>Comprehensive Manual: <a href="/files/documentation/pdf/{{v.tree}}/postgresql-{{v.tree}}-A4.pdf">A4 PDF</a> <span class="txtMediumGrey">({{v.a4pdf|filesizeformat}})</span></li>{%endif%}
          {%if v.uspdf%}<li>Comprehensive Manual: <a href="/files/documentation/pdf/{{v.tree}}/postgresql-{{v.tree}}-US.pdf">US PDF</a> <span class="txtMediumGrey">({{v.uspdf|filesizeformat}})</span></li>{%endif%}
-         {%if not v.a4pdf and not v4.uspdf%}<li>PDF version noot available</li>{%endif%}
+         {%if not v.a4pdf and not v4.uspdf%}<li>PDF version not available</li>{%endif%}
        </ul>
       </td>
 </tr>