diff options
Diffstat (limited to 'libpathod/templates/response_preview.html')
-rw-r--r-- | libpathod/templates/response_preview.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libpathod/templates/response_preview.html b/libpathod/templates/response_preview.html index c725bcf8..bb72513d 100644 --- a/libpathod/templates/response_preview.html +++ b/libpathod/templates/response_preview.html @@ -40,9 +40,7 @@ </div> <div class="span10"> <pre>{{ output }}</pre> - {% if pauses %} - <p>Note: pauses are skipped when generating previews!</p> - {% endif %} + <p>Note: pauses are skipped when generating previews!</p> </div> </div> {% endif %} |