Sfoglia il codice sorgente

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

LinaHirata 7 mesi fa
parent
commit
bf1697df94
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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: