~pythoneers/ubuntu/lucid/feedparser/ltsppa

« back to all changes in this revision

Viewing changes to tests/illformed/lang/.htaccess

  • Committer: Bazaar Package Importer
  • Author(s): Carlos Galisteo
  • Date: 2007-01-09 15:27:45 UTC
  • mfrom: (2.1.4 feisty)
  • Revision ID: james.westby@ubuntu.com-20070109152745-pg3zhn67yyaumwv3
Tags: 4.1-7
Fixed css link for *.html inside /doc. (Closes: #405343)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<Files "http_content_language.xml">
2
 
  Header set Content-Language en
3
 
</Files>
4
 
 
5
 
<Files "http_content_language_entry_title_inherit.xml">
6
 
  Header set Content-Language en
7
 
</Files>
8
 
 
9
 
<Files "http_content_language_entry_title_inherit_2.xml">
10
 
  Header set Content-Language en
11
 
</Files>
12
 
 
13
 
<Files "http_content_language_feed_language.xml">
14
 
  Header set Content-Language en
15
 
</Files>
16
 
 
17
 
<Files "http_content_language_feed_xml_lang.xml">
18
 
  Header set Content-Language en
19
 
</Files>