minor typos and a corrected staticUrl for the clientside scripts

This commit is contained in:
Sarjuuk
2013-03-08 15:59:31 +01:00
parent 0c0a7ec5e2
commit 74df6f77ef
4 changed files with 14 additions and 13 deletions

View File

@@ -930,7 +930,7 @@ class SpellList extends BaseType
$pos += strlen($result[0]);
$resolved = $this->resolveVariableString($result, $level);
$str .= intVal($resolved) ? abs($resolved) : resolved;
$str .= intVal($resolved) ? abs($resolved) : $resolved;
}
$str .= substr($data, $pos);
$str = str_replace('#', '$', $str); // reset marks