diff options
author | luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f> | 2010-08-19 22:35:17 +0000 |
---|---|---|
committer | luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f> | 2010-08-19 22:35:17 +0000 |
commit | 793f620be4c2bb2f783c1103530461da1c817d57 (patch) | |
tree | 6c0b8a8f8c45f58c566cb1db3625f8ac709191b4 /templates | |
parent | 2024d8c856e9b5cfed00e6f7abb0775a12c15c8a (diff) |
bug fixes for ie css
Diffstat (limited to 'templates')
-rw-r--r-- | templates/details/national-parks.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/details/national-parks.html b/templates/details/national-parks.html index 5a5da40..c714144 100644 --- a/templates/details/national-parks.html +++ b/templates/details/national-parks.html @@ -30,7 +30,7 @@ <div class="figure"> <img src="{{object.image.url}}" alt="{{object.title}}" /> </div> - <h4>{{object.unit_name}} {{object.type}}</h4> + <h4>{{object.unit_name}}</h4> <div class="legend"> <h5>{{object.tag_line}}</h5> |