summaryrefslogtreecommitdiffstats
path: root/nixos/modules/programs/oblogout.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2017-08-25 14:08:11 +0200
committeraszlig <aszlig@redmoonstudios.org>2017-08-25 14:08:11 +0200
commitdd5f0d9538aa84e42bd666e8679cb448fa8a79fe (patch)
tree11bc256cfb8c7bbbf8affa653eeee0ad61f108f4 /nixos/modules/programs/oblogout.nix
parenta5386213ad17e6780db6afcd075e470c6a005c58 (diff)
nixos: Fix build of manual
Regression introduced by 520a43ced38843d5116594b359854e02fa7ed057. Using XML tag characters for things that are not tags needs to be properly indicated by an entity. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'nixos/modules/programs/oblogout.nix')
-rw-r--r--nixos/modules/programs/oblogout.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/programs/oblogout.nix b/nixos/modules/programs/oblogout.nix
index 042935d285e3..720c29b1eaee 100644
--- a/nixos/modules/programs/oblogout.nix
+++ b/nixos/modules/programs/oblogout.nix
@@ -45,7 +45,7 @@ in
description = ''
Icon theme for the buttons, must be in the themes folder of
the package, or in
- <filename>~/.themes/<name>/oblogout/</filename>.
+ <filename>~/.themes/&lt;name&gt;/oblogout/</filename>.
'';
};