diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2012-05-06 22:51:38 -0400 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2012-05-06 22:51:38 -0400 |
commit | 2eaeea8aaec50b7506b5686c5a8da8671f0133c4 (patch) | |
tree | 6cd9ea887cfec68fbf651b238c66302201e9f36c | |
parent | f6dbfbd376da7ed410b2a6d88c1a074160457f46 (diff) | |
download | librambutan-2eaeea8aaec50b7506b5686c5a8da8671f0133c4.tar.gz librambutan-2eaeea8aaec50b7506b5686c5a8da8671f0133c4.zip |
index: Use non-breaking space when appropriate.
We don't want e.g. "Installing Maple IDE" getting a line-break between
"Maple" and "IDE".
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
-rw-r--r-- | source/_templates/indexcontent.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source/_templates/indexcontent.html b/source/_templates/indexcontent.html index 49e72b7..18cfe5c 100644 --- a/source/_templates/indexcontent.html +++ b/source/_templates/indexcontent.html @@ -37,9 +37,9 @@ wiki</a>. <ul> <li><a href="{{ pathto("maple-quickstart") }}">Quickstart</a> {{ content_sep }}</li> - <li><a href="{{ pathto("maple-ide-install") }}">Installing Maple IDE</a> + <li><a href="{{ pathto("maple-ide-install") }}">Installing Maple IDE</a> {{ content_sep }}</li> - <li><a href="{{ pathto("ide") }}">Using Maple IDE</a> + <li><a href="{{ pathto("ide") }}">Using Maple IDE</a> {{ content_sep }}</li> <li><a href="{{ pathto("unix-toolchain") }}">Command-Line Toolchain</a></li> @@ -49,7 +49,7 @@ wiki</a>. <ul> <li><a href="{{ pathto("hardware/maple") }}">Maple</a> {{ content_sep }}</li> - <li><a href="{{ pathto("hardware/maple-ret6") }}">Maple RET6 Edition</a> + <li><a href="{{ pathto("hardware/maple-ret6") }}">Maple RET6 Edition</a> {{ content_sep }}</li> <li><a href="{{ pathto("hardware/maple-mini") }}">Maple Mini</a> {{ content_sep }}</li> |