Installed on my test install and works great!
I did change the "edit_history_edit_bit" template though:
Code:
<tr>
<td class="tcat" width="45%" colspan="3">$vbphrase[new]</td>
<td class="tcat" width="45%" colspan="3">$vbphrase[old]</td>
</tr>
to...
Code:
<tr>
<td class="tcat" width="10%" colspan="2"> </td>
<td class="tcat" width="45%" colspan="2">$vbphrase[new]</td>
<td class="tcat" width="45%" colspan="2">$vbphrase[old]</td>
</tr>
Makes the headers line up a lot better.
I also changed the "&" in the URL to "&" to make it validate.