Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
fixes some HTML links
Browse files Browse the repository at this point in the history
Without this patch, labels used as HTML anchors did use ligatures
('fi' or 'fl' as single character). This did make sense and caused
confusion. Replaced it.
  • Loading branch information
joergsteffens committed Mar 25, 2017
1 parent 3b015f4 commit 640fcbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manuals/en/main/bareos-manual-main-reference.htlatex.cfg
Expand Up @@ -24,7 +24,7 @@
% redefine \label to also create a HTML anchor
\let\labelOrig\label
\renewcommand{\label}[1]{
\HCode{<A NAME="}#1\HCode{"></A>}
\hypertarget{#1}{}
\labelOrig{#1}
}

Expand Down

0 comments on commit 640fcbc

Please sign in to comment.