Package: websvn
Version: 1.61-13
Severity: normal
Tags: patch
Due to a case mismatch between a template and the filesystem, the
stylesheet for the Zinn theme is not loaded, hence breaking it.
Trivial patch included.
Cheers,
Nic.
-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.4.31-01-xen
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages websvn depends on:
ii apache2 2.0.54-4 next generation, scalable, extenda
ii apache2-mpm-prefork [htt 2.0.54-4 traditional model for Apache2
ii debconf 1.4.30.13 Debian configuration management sy
ii libapache2-mod-php4 4:4.3.10-16 server-side, HTML-embedded scripti
ii php4 4:4.3.10-16 server-side, HTML-embedded scripti
ii po-debconf 0.8.23 manage translated Debconf template
ii subversion 1.2.1-0.sarge.1 advanced version control system (a
ii ucf 1.17 Update Configuration File: preserv
-- debconf information:
* websvn/webservers: apache2
* websvn/configuration: true
* websvn/parentpath: /store/business/subversion
* websvn/repositories:
* websvn/permissions:
--- templates/Zinn/header.tmpl.orig 2005-09-08 15:05:11.000000000 +1200
+++ templates/Zinn/header.tmpl 2005-09-08 15:05:16.000000000 +1200
@@ -1,7 +1,7 @@
<html>
<head>
<meta http-equiv="content-type"
content="text/html;charset=[websvn:charset]">
- <link href="[websvn:locwebsvnhttp]/templates/zinn/styles.css"
rel="stylesheet" media="screen">
+ <link href="[websvn:locwebsvnhttp]/templates/Zinn/styles.css"
rel="stylesheet" media="screen">
<script>
function checkCB(chBox)
{