瀏覽代碼

[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: