diff options
author | Björn Stenberg <bjorn@haxx.se> | 2002-08-21 14:18:10 +0000 |
---|---|---|
committer | Björn Stenberg <bjorn@haxx.se> | 2002-08-21 14:18:10 +0000 |
commit | ea16c19b517af54a135ebe6ea8e84044907d66e1 (patch) | |
tree | 5b986917a07dc32d5f4fb0e556b7f662950eddfa | |
parent | 86d31112d0839ede9b1ec6d828a5b2f188070be7 (diff) |
Removed <pre>
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1887 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r-- | www/docs/battery-faq.t | 2 | ||||
-rw-r--r-- | www/docs/faq.t | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/www/docs/battery-faq.t b/www/docs/battery-faq.t index b5b288c076..7f7446fd3e 100644 --- a/www/docs/battery-faq.t +++ b/www/docs/battery-faq.t @@ -1,8 +1,6 @@ #define _PAGE_ FAQ - Frequently Asked Battery Questions #include "head.t" -<pre> #include "battery-faq.raw" -</pre> #include "foot.t" diff --git a/www/docs/faq.t b/www/docs/faq.t index 87c81860a6..387961a4af 100644 --- a/www/docs/faq.t +++ b/www/docs/faq.t @@ -1,8 +1,6 @@ #define _PAGE_ FAQ - Frequently Asked Questions #include "head.t" -<pre> #include "faq.raw" -</pre> #include "foot.t" |