diff options
author | substantialnoninfringinguser <substantialnoninfringinguser@gmail.com> | 2009-05-15 03:56:11 +0100 |
---|---|---|
committer | substantialnoninfringinguser <substantialnoninfringinguser@gmail.com> | 2009-05-15 03:56:11 +0100 |
commit | 7566faf77b488ce391917f5ae6aabb09842ed620 (patch) | |
tree | ce7c726f6593faa1ff51e1479f0e10ed6aa3396b /templates/base.html | |
parent | f27d5988f0178a5077251fdb43335de3c35222b7 (diff) | |
download | troggle-7566faf77b488ce391917f5ae6aabb09842ed620.tar.gz troggle-7566faf77b488ce391917f5ae6aabb09842ed620.tar.bz2 troggle-7566faf77b488ce391917f5ae6aabb09842ed620.zip |
[svn] Make the workaround to avoid parsing interlaced pngs actually work (see issue # 14)
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html index 09e3017..5615a8e 100644 --- a/templates/base.html +++ b/templates/base.html @@ -13,7 +13,7 @@ {% block head %}{% endblock %}
</head>
-<body>
+<body onLoad="contentHeight()">
<div id="header">
<h1>CUCC Expeditions to Austria: 1976 - 2009</h1>
|