Преглед изворни кода

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

LinaHirata пре 7 месеци
родитељ
комит
bf1697df94
1 измењених фајлова са 2 додато и 2 уклоњено
  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: