length of url field

This commit is contained in:
Peter Hedenskog 2012-10-03 23:00:40 +02:00
parent b73981d994
commit dcec81cdbc
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@
#foreach ($results in $document.getRootElement().getChildren())
#set($yslow = $results.getChild("o").getValue())
<tr>
<td class="nobreak" style="max-width: 280px;">
<td class="nobreak" style="max-width: 290px;">
#set($file = $results.getAttribute("filename").getValue())
#set($file = $file.concat(".html"))
<a href="#headers-$foreach.count" data-toggle="modal"><i class="icon-zoom-in"></i></a> <a href="pages/$file" title="$results.getChild("u").getValue()">$results.getChild("u").getValue()</a>