diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2007-08-07 17:41:14 +0200 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2007-08-07 17:41:14 +0200 |
commit | f2bd2ecb23e8734a0cb3c939efb6d7131f9d915c (patch) | |
tree | e2655cb3da64343f00e54fec861c7fa5364de23b /Know/WebForm.mdwn | |
parent | e1f27467532fb470b383ca8115e0d562fedcce03 (diff) | |
download | web-f2bd2ecb23e8734a0cb3c939efb6d7131f9d915c.tar.gz web-f2bd2ecb23e8734a0cb3c939efb6d7131f9d915c.tar.bz2 web-f2bd2ecb23e8734a0cb3c939efb6d7131f9d915c.zip |
Remove doubled text w.r.t. in-wiki links. Again I hope I didn't break anything
else.
Diffstat (limited to 'Know/WebForm.mdwn')
-rw-r--r-- | Know/WebForm.mdwn | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Know/WebForm.mdwn b/Know/WebForm.mdwn index 72019d35..8bb11dc9 100644 --- a/Know/WebForm.mdwn +++ b/Know/WebForm.mdwn @@ -9,21 +9,21 @@ <th bgcolor="#99CCCC"><strong>Tooltip message:</strong></th> </tr> <tr> - <td><span style="background:"><font color="">Topic Classification</font></span>[[TopicClassification]]</td> + <td>[[TopicClassification]]</td> <td> select </td> <td> 1 </td> - <td> Select one..., <span style="background:"><font color="">No Disclosure</font></span>[[NoDisclosure]], <span style="background:"><font color="">Public Supported</font></span>[[PublicSupported]], <span style="background:"><font color="">Public FAQ</font></span>[[PublicFAQ]]</td> + <td> Select one..., [[NoDisclosure]], [[PublicSupported]], [[PublicFAQ]]</td> <td> Classify a topic </td> </tr> <tr> - <td><span style="background:"><font color="">Operating System</font></span>[[OperatingSystem]]</td> + <td>[[OperatingSystem]]</td> <td> checkbox+buttons </td> <td> 3 </td> - <td><span style="background:"><font color="">Os HPUX</font></span>[[OsHPUX]], <span style="background:"><font color="">Os Linux</font></span>[[OsLinux]], <span style="background:"><font color="">Os Mac OS</font></span>[[OsMacOS]], <span style="background:"><font color="">Os Solaris</font></span>[[OsSolaris]], <span style="background:"><font color="">Os Sun OS</font></span>[[OsSunOS]], <span style="background:"><font color="">Os Win</font></span>[[OsWin]]</td> + <td>[[OsHPUX]], [[OsLinux]], [[OsMacOS]], [[OsSolaris]], [[OsSunOS]], [[OsWin]]</td> <td> Select the OS </td> </tr> <tr> - <td><span style="background:"><font color="">Os Version</font></span>[[OsVersion]]</td> + <td>[[OsVersion]]</td> <td> text </td> <td> 16 </td> <td> </td> |