Skip to content

Commit

Permalink
Fixed small typo
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey@9288 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
c-schmitz committed Oct 20, 2010
1 parent f9a89bc commit 20b6ad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/html_functions.php
Expand Up @@ -121,7 +121,7 @@ function browsemenubar($title='')
))
{
$browsemenubar .= "<a href='$scriptname?action=iteratesurvey&amp;sid=$surveyid' title=\"".$clang->gTview("Iterate survey")."\" >"
."<img src='$imagefiles/iterate.png' title='' alt='".$clang->gT("Iterate surevey")."' /></a>\n";
."<img src='$imagefiles/iterate.png' title='' alt='".$clang->gT("Iterate survey")."' /></a>\n";
}
$browsemenubar .= "</div>\n"
. "\t</div>\n"
Expand Down

0 comments on commit 20b6ad2

Please sign in to comment.