Pārlūkot izejas kodu

[fixed] With the apostrophes I failed to c/p last commit

Kevin_Smarts 1 gadu atpakaļ
vecāks
revīzija
2a39091cde
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      locations/_single_stock_item.qsrc

+ 1 - 1
locations/_single_stock_item.qsrc

@@ -27,7 +27,7 @@ if ARGS[6] > 0:
 elseif ARGS[0] > in_inventory:
 	$RESULT += 	'<td align="left">(you have <<$in_inventory>>)</td>'
 	if money >= ARGS[2]:
-		$RESULT += '<td align="left"><a href="exec: gs ''$buy_single_item'', <<ARGS[0]>>, ''<<$ARGS[1]>>'', <<ARGS[2]>>, ''<<$ARGS[3]>>'', ''<<$ARGS[4]>>, ''<<$ARGS[5]>>''">buy</a>'
+		$RESULT += '<td align="left"><a href="exec: gs ''$buy_single_item'', <<ARGS[0]>>, ''<<$ARGS[1]>>'', <<ARGS[2]>>, ''<<$ARGS[3]>>'', ''<<$ARGS[4]>>'', ''<<$ARGS[5]>>''">buy</a>'
 	else
 		$RESULT += 	'<td></td>'
 	end