Graham Percival schrieb:
On Fri, Sep 24, 2010 at 10:59:18AM +0200, Marc Hohl wrote:
Graham Percival schrieb:
2) website has been switched over. At first glance, I think I can
close issue 1244 now, but I want to double-check and wait for
feedback.
The menu bar is misplaced here, I don't know why - see the attached
screenshot
(firefox 3.6.10 under linux)
You only see this with the German translation, right?
Yes.
IIRC, I
used to see those problems all the time when I forgot a
@divEnd
m...@olivia:~/git/lilypond$ cat Documentation/de/web/manuals.itexi |
grep @divEnd | wc -l
36
m...@olivia:~/git/lilypond$ cat Documentation/web/manuals.itexi | grep
@divEnd | wc -l
37
I opened both files in an editor and compared. In the english source, I
found two consecutive
@divEnd-entries at line 141 and 143. If this is intended, the following
patch does the same
for the german translation.
Marc
From 5c4bb83ecfcf751820fc336883369a73c5f96f0e Mon Sep 17 00:00:00 2001
From: Marc Hohl <m...@hohlart.de>
Date: Sun, 26 Sep 2010 11:39:02 +0200
Subject: [PATCH] Doc-de: missing @divEnd
---
Documentation/de/web/manuals.itexi | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/Documentation/de/web/manuals.itexi
b/Documentation/de/web/manuals.itexi
index fe44daa..ce9eb20 100644
--- a/Documentation/de/web/manuals.itexi
+++ b/Documentation/de/web/manuals.itexi
@@ -148,6 +148,7 @@ Diese Handbücher sind unter der GNU Free Documentation
License herausgegeben.
@divEnd
+...@divend
@divClass{hide}
@menu
--
1.5.4.3
_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel