[Refdb-cvs] CVS: refdb/scripts refdbnd.in,1.8.2.2,1.8.2.3
Status: Beta
Brought to you by:
mhoenicka
From: Markus H. <mho...@us...> - 2004-09-17 19:59:36
|
Update of /cvsroot/refdb/refdb/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9873 Modified Files: Tag: Release_0_9_5_stable refdbnd.in Log Message: fixed stylesheet filename mangling bug Index: refdbnd.in =================================================================== RCS file: /cvsroot/refdb/refdb/scripts/refdbnd.in,v retrieving revision 1.8.2.2 retrieving revision 1.8.2.3 diff -u -U2 -r1.8.2.2 -r1.8.2.3 --- refdbnd.in 12 Sep 2004 21:04:21 -0000 1.8.2.2 +++ refdbnd.in 17 Sep 2004 19:59:27 -0000 1.8.2.3 @@ -149,5 +149,5 @@ # mangle stylename to generate the name of the CSS file - defcssfile=${style%%.*}.css + defcssfile=${style%.*}.css echo "Please enter the path or the URL of a custom CSS file for the" |