=?UTF-8?Q?Fr=C3=A9d=C3=A9ric=20Delanoy=20?=: winelib: Use proper entity escaping for '&', '<' and '>'.

Alexandre Julliard julliard at winehq.org
Fri Jul 19 12:54:36 CDT 2013


Module: docs
Branch: master
Commit: 809f1fc52540a9d1ff92b357957704e4aac80b56
URL:    http://source.winehq.org/git/docs.git/?a=commit;h=809f1fc52540a9d1ff92b357957704e4aac80b56

Author: Frédéric Delanoy <frederic.delanoy at gmail.com>
Date:   Thu Jul 18 22:34:00 2013 +0200

winelib: Use proper entity escaping for '&','<' and '>'.

---

 en/winelib-toolkit.sgml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/en/winelib-toolkit.sgml b/en/winelib-toolkit.sgml
index fb1844b..40f8ce5 100644
--- a/en/winelib-toolkit.sgml
+++ b/en/winelib-toolkit.sgml
@@ -353,7 +353,7 @@ WRCFLAGS      = -r -L
 .SUFFIXES: .rc .res
 
 .rc.res:
-	$(WRC) $(WRCFLAGS) $(WINELIB_FLAGS) -o $@ $<
+	$(WRC) $(WRCFLAGS) $(WINELIB_FLAGS) -o $@ $<
       </programlisting>
       <para>
         There are two issues you are likely to encounter with resource files.
@@ -390,7 +390,7 @@ WRCFLAGS      = -r -L
           </para>
           <programlisting>
 .rc.res:
-	$(CC) $(CC_OPTS) -DRC_INVOKED -E -x c $< | $(WRC) -N $(WRCFLAGS) $(WINELIB_FLAGS) -o $@
+	$(CC) $(CC_OPTS) -DRC_INVOKED -E -x c $< | $(WRC) -N $(WRCFLAGS) $(WINELIB_FLAGS) -o $@
 
           </programlisting>
           <!-- FIXME: does this still cause problems for the line numbers? -->




More information about the wine-cvs mailing list