From 9cf4883207c9f7b7765d55951cdd2ed5ac846190 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ermal=20Lu=C3=A7i?= Date: Mon, 5 Jan 2009 17:06:29 +0000 Subject: Fix variable name. This unbreaks the intial links if you try to configure it manually. --- etc/inc/shaper.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/inc/shaper.inc') diff --git a/etc/inc/shaper.inc b/etc/inc/shaper.inc index 43046af..2c8a8ca 100644 --- a/etc/inc/shaper.inc +++ b/etc/inc/shaper.inc @@ -3638,7 +3638,7 @@ function get_interface_list_to_show() { } else { if (!is_altq_capable(get_real_interface($shif))) continue; - $tree .= "
  • ".$shDescr."
  • "; + $tree .= "
  • ".$shDescr."
  • "; } } -- cgit v1.1