Fix typos, fix download link for crash dumps
This commit is contained in:
@@ -11,11 +11,11 @@ if (!$S->isAnonymous() && $S->user->isAllowed())
|
||||
Layout::header();
|
||||
?>
|
||||
|
||||
<p>This application is used for analyzing crash reports and statitstics for the Singularity
|
||||
<p>This application is used for analyzing crash reports and statistics for the Singularity
|
||||
Viewer project.</p>
|
||||
|
||||
<p>Access to this tool is granted to the members of the development team.
|
||||
The main goal is to identify the most common problems and improve the expierience
|
||||
The main goal is to identify the most common problems and improve the experience
|
||||
for the users of Singularity Viewer.</p>
|
||||
|
||||
<?php
|
||||
|
||||
@@ -131,7 +131,7 @@ $(function() {
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Minidump</th>
|
||||
<td><a href="download.php/singularity<?php echo (int)$report->id ?>.dmp?report_id=<?php echo (int)$report->id ?>">Download</a></td>
|
||||
<td><a href="download.php?report_id=<?php echo (int)$report->id ?>">Download</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user