Forráskód Böngészése

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

LinaHirata 7 hónapja
szülő
commit
bf1697df94
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      locations/tabhead.qsrc

+ 2 - 2
locations/tabhead.qsrc

@@ -6,9 +6,9 @@ trwidth = 90 / tabscount
 i = 0
 i = 0
 :tabs_loop
 :tabs_loop
 if ARGS[0] = i:
 if ARGS[0] = i:
-	'<th width="<<trwidth>>%"><<$tabsname[i]>></th>'
+	*p '<th width="<<trwidth>>%"><<$tabsname[i]>></th>'
 else
 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
 end
 i = i + 1
 i = i + 1
 if i < tabscount:
 if i < tabscount: