Commit 46a8533a authored by Franco Fichtner's avatar Franco Fichtner

src: whitespace sweep

parent b5d135de
......@@ -159,4 +159,3 @@ function get_alias_description($name)
return null;
}
......@@ -379,7 +379,7 @@ $( document ).ready(function() {
<?php
if ($i > 0) :
?>
<button type="submit" id="btn_delete" name="del_x" class="btn btn-default btn-xs" data-toggle="tooltip"
<button type="submit" id="btn_delete" name="del_x" class="btn btn-default btn-xs" data-toggle="tooltip"
title="<?=gettext("delete selected items");?>">
<span class="fa fa-trash text-muted"></span>
</button>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment