Module: docs Branch: master Commit: bd93071030c8f4ae6d30b341feb2c78b3501c00f URL: http://source.winehq.org/git/docs.git/?a=commit;h=bd93071030c8f4ae6d30b341fe...
Author: Frédéric Delanoy frederic.delanoy@gmail.com Date: Sat Jul 20 01:22:32 2013 +0200
winedev: Use double quotes around SGML attribute values.
---
en/winedev-debugger.sgml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/en/winedev-debugger.sgml b/en/winedev-debugger.sgml index 6bec08b..c727985 100644 --- a/en/winedev-debugger.sgml +++ b/en/winedev-debugger.sgml @@ -2608,7 +2608,7 @@ $ gdb wine <sect2> <title>Main differences between winedbg and regular Unix debuggers</title> <table><title>Debuggers comparison</title> - <tgroup cols=2 align="left"> + <tgroup cols="2" align="left"> <tbody> <row> <entry>WineDbg</entry><entry>gdb</entry>