Package: sylpheed-doc
Version: 20030309-2
Severity: normal
Tags: patch
This text from '/usr/share/doc/sylpheed-doc/manual/en/sylpheed-13.html#ss13.4':
Prepending the vertical bar | (pipe-in)
...is rendered with this HTML:
<LI>Prepending the vertical bar <I>|</I> (pipe-in):
...which in some browser fonts makes the '|' look like a '/'. Mixing
those up would make action code fail.
Note that the above file is based on:
http://melvin.hadasht.free.fr/home/sylpheed/actions/index.html
...which currently uses the bold tag like so:
<li> Prepending the vertical bar <b>|</b> (pipe-in):
Attached is a patch.
Hope this helps...
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
-- no debconf information
--- /usr/share/doc/sylpheed-doc/manual/en/sylpheed-13.html 2003-03-09
12:36:13.000000000 -0500
+++ sylpheed-13.html 2006-02-12 18:05:09.000000000 -0500
@@ -327,19 +327,19 @@
the command asynchronously. That means "fire and forget".
Sylpheed won't wait for the command to finish, nor will
it catch its output or its error messages.</LI>
-<LI>Prepending the vertical bar <I>|</I> (pipe-in):
+<LI>Prepending the vertical bar <B>|</B> (pipe-in):
this will send the current displayed text or the current
selected text from the message view or the compose
window to the command standard input. The command will
silently fail if more than one message is selected.</LI>
-<LI>Appending the vertical bar <I>|</I> (pipe-out): this
+<LI>Appending the vertical bar <B>|</B> (pipe-out): this
will replace the current displayed text or the current
selected text from the message window or the compose
window with the command standard output. The command
will silently fail if more than one message is selected.</LI>
<LI>Appending the "greater than" sign <I>></I> will
insert the command output in the message. The difference
-between the trailing <I>|</I> is that no text will be
+between the trailing <B>|</B> is that no text will be
deleted or replaced. Most used when composing mails to
insert text.</LI>
</UL>