use data links for git graph images
[phpgitweb.git] / htdocs / templates / default / shortlog.tpl
index 4ac1724bc1862aba0cb0f5d108cf60441d05594a..bb06636346f2e79187c62a23c880956077ca740d 100644 (file)
@@ -7,7 +7,7 @@
 # [shortlog]
 <table class="shortlog" cellspacing="0" cellpadding="0">
        <tr class="header">
-               <td colspan="2"><img class="graph" src="?e=graph&gd=%graph_data%" /></td>
+               <td colspan="2"><img class="graph" src="%graph_data%" /></td>
                <td valign="bottom"><b>Author</b></td>
                <td valign="bottom"><b>Commit</b></td>
                <td></td>
@@ -17,7 +17,7 @@
 
 # [shortlog_entry]
 <tr class="%class%">
-       <td><img class="graph" src="?e=graph&gd=%graph_data%" /></td>
+       <td><img class="graph" src="%graph_data%" /></td>
        <td title="%date%"><i>%age%</i></td>
        <td class="author"><a title="Search for commits authored by %author%" class="list" href="?p=%project%&a=search&h=%project_head%&s=%author%&st=author">%author%</a></td>
        <td><a class="list subject" href="?p=%project%&a=commit&h=%hash%">%message%</a> %refs%</td>