From 81a807db0108beb50d37a129c7e16071b9268852 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Fri, 8 Apr 2011 19:18:14 +0200 Subject: [PATCH] Use correct title level. --- docs/index.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.txt b/docs/index.txt index 0add7da..1aa898f 100644 --- a/docs/index.txt +++ b/docs/index.txt @@ -5,7 +5,7 @@ Django Compressor Compresses linked and inline JavaScript or CSS into a single cached file. Why another static file combiner for Django? --------------------------------------------- +============================================ Short version: None of them did exactly what I needed.