diff --git a/libs/Third-party-libraries.md b/libs/Third-party-libraries.md
index c8ef1e9..9f70abe 100644
--- a/libs/Third-party-libraries.md
+++ b/libs/Third-party-libraries.md
@@ -27,7 +27,9 @@
| `thirdparty/termcolor/` | http://pypi.python.org/pypi/termcolor | MIT | Used to colourize output | - |
| `thirdparty/xdot/` | http://code.google.com/p/jrfonseca/wiki/XDot | LGPL | Used for internal debug purposes | `--profile` |
-
+
+
+These listed are libraries and tools not entirely developed by sqlmap developers only.
| Library / tool | Homepage | License | Notes | Switch |
| ------------ | ----------- | ----------- | ----------- | ----------- |
@@ -48,4 +50,4 @@
| python-pyodbc | http://pyodbc.googlecode.com/ | MIT | Connector for Microsoft Access | `-d` |
| python-pymssql | http://pymssql.sourceforge.net/ | LGPL | Connector for MS SQL Server | `-d` |
| python pymysql | http://code.google.com/p/pymysql/ | MIT | Connector for MySQL | `-d` |
-| python-pysqlite2 | http://pysqlite.googlecode.com/ | MIT | Connector for SQLite 2 | `-d` |
\ No newline at end of file
+| python-pysqlite2 | http://pysqlite.googlecode.com/ | MIT | Connector for SQLite 2 | `-d` |
diff --git a/libs/_Sidebar.md b/libs/_Sidebar.md
index 6cc960e..1d559a7 100644
--- a/libs/_Sidebar.md
+++ b/libs/_Sidebar.md
@@ -1,5 +1,5 @@
-#### Contents
-***
+### Contents
+----
* [Libraries in `thirdparty/` directory](#thirdparty)
-* [Libraries and tools in `extra/` directory not entirely written by sqlmap developers](#extra)
+* [Libraries and tools in `extra/` directory](#extra)
* [Dependencies not bundled](#notbundled)