Merge pull request #345 from realies/patch-5

Strip HTML from back-end
This commit is contained in:
Eric Schultz
2018-06-01 02:02:43 -05:00
committed by GitHub

View File

@@ -531,7 +531,7 @@ class DockerClient {
'304' => 'Container already started',
'400' => 'Bad parameter',
'404' => 'No such container',
'409' => 'Image can not be deleted<br><i>In use by other container(s)</i>',
'409' => 'Image can not be deleted, in use by other container(s)',
'500' => 'Server error'
];