Skip to content

Commit

Permalink
More broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
Idealcoder committed Aug 9, 2013
1 parent 4662cdf commit 2d37a95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tag.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<input type="radio" name="toogeneric" value="1"> <?php echo $messages[3]; ?><br>


<div style="text-align:right;margin:0.3em;"><a style="" class="button" href="/en/tag.php"><?php echo $messages[4]; ?></a> <button class="button" type="submit">Ok</button></div>
<div style="text-align:right;margin:0.3em;"><a style="" class="button" href="tag.php"><?php echo $messages[4]; ?></a> <button class="button" type="submit">Ok</button></div>
</form>

</section>
Expand Down
2 changes: 1 addition & 1 deletion tagoverlay.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<input type="radio" name="toogeneric" value="1"> <?php echo $messages[3]; ?><br>


<div style="text-align:right;margin:0.3em;"><a style="" class="button" href="/en/tagoverlay.php"><?php echo $messages[4]; ?></a> <button class="button" type="submit">Ok</button></div>
<div style="text-align:right;margin:0.3em;"><a style="" class="button" href="tagoverlay.php"><?php echo $messages[4]; ?></a> <button class="button" type="submit">Ok</button></div>
</form>

</section>
Expand Down

0 comments on commit 2d37a95

Please sign in to comment.