浏览代码

formatting hell

development
mauirixxx 8 年前
父节点
当前提交
ad784efc36
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      gw-toon.php

+ 1
- 1
gw-toon.php 查看文件

@@ -9,6 +9,6 @@ if (!$result = $con->query($sql)){
die ('There was an error running the query [' . $con->error . ']');
}
while ($row = $result->fetch_array()){
echo 'Please select a character to continue' . $row['charname'];
echo 'Please select a character to continue: ' . $row['charname'] . '<BR />;
}
?>

正在加载...
取消
保存