aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Yamin <plasmaroo@gentoo.org>2006-03-09 19:44:01 +0000
committerTim Yamin <plasmaroo@gentoo.org>2006-03-09 19:44:01 +0000
commitc369476181963e39aaf1ba0870e05ce5e734b9fa (patch)
treebbc7e3b87d48a9bdd20686485182069c58fe7dff /tasks-reference/completion
parentAdd the rest of the tasks-reference section (diff)
downloaddevmanual-c369476181963e39aaf1ba0870e05ce5e734b9fa.tar.gz
devmanual-c369476181963e39aaf1ba0870e05ce5e734b9fa.tar.bz2
devmanual-c369476181963e39aaf1ba0870e05ce5e734b9fa.zip
Fix code highlighting if we start with tabs rather than whitespace.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/devmanual/trunk@22 176d3534-300d-0410-8db8-84e73ed771c3
Diffstat (limited to 'tasks-reference/completion')
-rw-r--r--tasks-reference/completion/text.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/tasks-reference/completion/text.xml b/tasks-reference/completion/text.xml
index 71a410f..216b293 100644
--- a/tasks-reference/completion/text.xml
+++ b/tasks-reference/completion/text.xml
@@ -275,8 +275,7 @@ case "${prev}" in
-f|--file)
COMPREPLY=( $(compgen -f ? ${cur}) )
;;
-esac
- </codesample>
+esac</codesample>
</ti>
</tr>
<tr>