aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gaffney <agaffney@gentoo.org>2007-03-27 03:53:12 +0000
committerAndrew Gaffney <agaffney@gentoo.org>2007-03-27 03:53:12 +0000
commit5306b5118530d12c00d218278e30195d4e8bbf88 (patch)
tree42c762322008675d3b930c74567401f1112350a6
parentattach right label object (diff)
downloadgli-5306b5118530d12c00d218278e30195d4e8bbf88.tar.gz
gli-5306b5118530d12c00d218278e30195d4e8bbf88.tar.bz2
gli-5306b5118530d12c00d218278e30195d4e8bbf88.zip
use html entities instead of < and > in help text
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/gli/trunk@1836 f8877401-5920-0410-a79b-8e2d7e04ca0d
-rw-r--r--src/fe/gtk/Stage.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fe/gtk/Stage.py b/src/fe/gtk/Stage.py
index 946b43b..6a4f2b6 100644
--- a/src/fe/gtk/Stage.py
+++ b/src/fe/gtk/Stage.py
@@ -29,7 +29,7 @@ To us the URI Browser, select the type (such as http) and then press the "..." n
to Host to choose a mirror address. Once your host has been selected the path \
below should change automatically and you should be able to browse through the \
folders to find your stage tarball. The path to the tarballs is usually \
-/releases/<architecture ex. x86>/current/stages/<subarch>/filename.tar.bz2
+/releases/&lt;architecture ex. x86&gt;/current/stages/&lt;subarch&gt;/filename.tar.bz2
"""
def __init__(self, controller):