Commit 77e1e004 by Rashid Khan

Merge pull request #429 from rashidkpc/newlines

Closes #173
parents f9226583 471b7ee4
...@@ -74,7 +74,7 @@ ...@@ -74,7 +74,7 @@
<i class='icon-search pointer' ng-click="build_search(key,value)"></i> <i class='icon-search pointer' ng-click="build_search(key,value)"></i>
<i class='icon-ban-circle pointer' ng-click="build_search(key,value,true)"></i> <i class='icon-ban-circle pointer' ng-click="build_search(key,value,true)"></i>
</td> </td>
<td>{{value}}</td> <td style="white-space:pre-wrap">{{value}}</td>
</tr> </tr>
</table> </table>
</td> </td>
......
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