1
0
Pārlūkot izejas kodu

[fixed] unintentional new lines in character description, looks and settings menus

LinaHirata 7 mēneši atpakaļ
vecāks
revīzija
bf1697df94
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      locations/tabhead.qsrc

+ 2 - 2
locations/tabhead.qsrc

@@ -6,9 +6,9 @@ trwidth = 90 / tabscount
 i = 0
 :tabs_loop
 if ARGS[0] = i:
-	'<th width="<<trwidth>>%"><<$tabsname[i]>></th>'
+	*p '<th width="<<trwidth>>%"><<$tabsname[i]>></th>'
 else
-	'<th width="<<trwidth>>%"><a href="exec:<<$tabsaction[i]>>"><<$tabsname[i]>></a></th>'
+	*p '<th width="<<trwidth>>%"><a href="exec:<<$tabsaction[i]>>"><<$tabsname[i]>></a></th>'
 end
 i = i + 1
 if i < tabscount: