Skip to content

Commit

Permalink
Revert "[don't merge before 2.072] Remove last standing WEB macro"
Browse files Browse the repository at this point in the history
  • Loading branch information
andralex committed Sep 17, 2016
1 parent c1bf5b1 commit 82e9e1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions html.ddoc
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ LINK = $(A $0, $0)
LINK2 = $(A $1, $+)
HTTP = $(LINK2 http://$1,$2)
HTTPS = $(LINK2 https://$1,$2)
WEB = $(HTTP $1,$2)
_=

_=Colors
Expand Down
1 change: 1 addition & 0 deletions std_consolidated.ddoc
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ LESS = <
GREATER = >
HTTP = $(LINK2 http://$1,$2)
HTTPS = $(LINK2 https://$1,$2)
WEB = $(HTTP $1,$2)
LUCKY = $(HTTP
google.com/search?btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8&q=$0,$0)
D = <font face="Courier"><b>$0</b></font>
Expand Down

0 comments on commit 82e9e1a

Please sign in to comment.