diff options
| author | Greg Roach <fisharebest@gmail.com> | 2017-07-19 23:24:55 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2017-07-19 23:24:55 +0100 |
| commit | fcaeeea3cb54b7134e79283744551cfe1079ef41 (patch) | |
| tree | 85faa150917f3c6584c3e73000474d72179d6318 | |
| parent | c347c1e5d80eec46ba0e7da2423549ca0a3f13f8 (diff) | |
| download | webtrees-fcaeeea3cb54b7134e79283744551cfe1079ef41.tar.gz webtrees-fcaeeea3cb54b7134e79283744551cfe1079ef41.tar.bz2 webtrees-fcaeeea3cb54b7134e79283744551cfe1079ef41.zip | |
PHPDoc
| -rw-r--r-- | app/Html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Html.php b/app/Html.php index 6fe2f9c42d..de4a0ed5fc 100644 --- a/app/Html.php +++ b/app/Html.php @@ -55,7 +55,7 @@ class Html { * * @param string $path * @param string[] $data - * @param string $arg_separator "&" or "&s" + * @param string $arg_separator "&" or "&" * * @return string */ |
