Page MenuHomePhabricator

D7545.diff
No OneTemporary

D7545.diff

Index: src/markup/render.php
===================================================================
--- src/markup/render.php
+++ src/markup/render.php
@@ -70,6 +70,13 @@
/**
* @group markup
*/
+function phutil_tag_div($class, $content = null) {
+ return phutil_tag('div', array('class' => $class), $content);
+}
+
+/**
+ * @group markup
+ */
function phutil_escape_html($string) {
if ($string instanceof PhutilSafeHTML) {
return $string;

File Metadata

Mime Type
text/plain
Expires
Wed, Nov 20, 5:38 PM (2 h, 2 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6730414
Default Alt Text
D7545.diff (451 B)

Event Timeline